Rename Configurations sublabel

This commit is contained in:
lasers 2016-12-08 13:10:25 -06:00
parent 8a6e414fc6
commit 1283539dd2
8 changed files with 8 additions and 8 deletions

View File

@ -3242,7 +3242,7 @@ const char *msg_hash_to_str_chs(enum msg_hash_enums msg)
case MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS:
return "Change default settings for configuration, content override, core override, and remap files.";
case MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST:
return "Load, save, new.";
return "Manage and create configuration files.";
case MENU_ENUM_SUBLABEL_CPU_CORES:
return "CPU拥有的核心总数。";
case MENU_ENUM_SUBLABEL_FPS_SHOW:

View File

@ -1653,7 +1653,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Load, save, new.")
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
"Amount of cores that the CPU has.")
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,

View File

@ -1621,7 +1621,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Load, save, new.")
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
"Amount of cores that the CPU has.")
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,

View File

@ -1657,7 +1657,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Load, save, new.")
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
"CPUのコア数")
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,

View File

@ -1653,7 +1653,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Load, save, new.")
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
"Amount of cores that the CPU has.")
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,

View File

@ -1649,7 +1649,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Load, save, new.")
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
"Amount of cores that the CPU has.")
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,

View File

@ -1671,7 +1671,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Load, save, new.")
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,
"Amount of cores that the CPU has.")
MSG_HASH(MENU_ENUM_SUBLABEL_FPS_SHOW,

View File

@ -3288,7 +3288,7 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg)
case MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS:
return "Change default settings for configuration, content override, core override, and remap files.";
case MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST:
return "Load, save, new.";
return "Manage and create configuration files.";
case MENU_ENUM_SUBLABEL_CPU_CORES:
return "Số lượng lõi của CPU.";
case MENU_ENUM_SUBLABEL_FPS_SHOW: