Rename to 'Load Content (Collection)'

This commit is contained in:
twinaphex 2015-05-22 18:19:01 +02:00
parent 363780a239
commit 74e806feaa
1 changed files with 8 additions and 7 deletions

View File

@ -3260,13 +3260,6 @@ static bool setting_append_list_main_menu_options(
START_GROUP(group_info, "Main Menu");
START_SUB_GROUP(list, list_info, "State", group_info.name, subgroup_info);
#ifdef HAVE_LIBRETRODB
CONFIG_ACTION(
"content_collection_list",
"Content Collection List",
group_info.name,
subgroup_info.name);
#endif
#if defined(HAVE_DYNAMIC) || defined(HAVE_LIBRETRO_MANAGEMENT)
CONFIG_ACTION(
"core_list",
@ -3293,6 +3286,14 @@ static bool setting_append_list_main_menu_options(
subgroup_info.name);
#endif
#ifdef HAVE_LIBRETRODB
CONFIG_ACTION(
"content_collection_list",
"Load Content (Collection)",
group_info.name,
subgroup_info.name);
#endif
if (settings->history_list_enable)
{
CONFIG_ACTION(