mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-19 17:12:10 +00:00
Rename Core Manager to Core Updater
This commit is contained in:
parent
abe4ed607e
commit
b3e24c7410
@ -50,7 +50,7 @@ static INLINE void get_title(const char *label, const char *dir,
|
||||
if (!strcmp(label, "core_list"))
|
||||
snprintf(title, sizeof_title, "CORE SELECTION %s", dir);
|
||||
else if (!strcmp(label, "core_manager_list"))
|
||||
snprintf(title, sizeof_title, "CORE MANAGER %s", dir);
|
||||
snprintf(title, sizeof_title, "CORE UPDATER %s", dir);
|
||||
else if (!strcmp(label, "database_manager_list"))
|
||||
snprintf(title, sizeof_title, "DATABASE SELECTION %s", dir);
|
||||
else if (!strcmp(label, "cursor_manager_list"))
|
||||
@ -183,7 +183,7 @@ static INLINE void get_title(const char *label, const char *dir,
|
||||
}
|
||||
else if (!strcmp(elem0, "Core Manager Options"))
|
||||
{
|
||||
strlcpy(title, "CORE MANAGER OPTIONS", sizeof_title);
|
||||
strlcpy(title, "CORE UPDATER OPTIONS", sizeof_title);
|
||||
if (!strcmp(elem1, "State"))
|
||||
strlcat(title, " - STATE", sizeof_title);
|
||||
}
|
||||
|
@ -3438,7 +3438,7 @@ static bool setting_data_append_list_main_menu_options(
|
||||
#ifdef HAVE_NETWORKING
|
||||
CONFIG_ACTION(
|
||||
"core_manager_list",
|
||||
"Core Update Manager",
|
||||
"Core Updater",
|
||||
group_info.name,
|
||||
subgroup_info.name);
|
||||
#endif
|
||||
@ -5601,7 +5601,7 @@ static bool setting_data_append_list_core_manager_options(
|
||||
rarch_setting_group_info_t group_info;
|
||||
rarch_setting_group_info_t subgroup_info;
|
||||
|
||||
START_GROUP(group_info, "Core Manager Options");
|
||||
START_GROUP(group_info, "Core Updater Options");
|
||||
|
||||
START_SUB_GROUP(list, list_info, "State", group_info.name, subgroup_info);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user