Rename Configuration sublabel

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

View File

@ -3240,7 +3240,7 @@ const char *msg_hash_to_str_chs(enum msg_hash_enums msg)
case MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT:
return "程序将在退出时保存修改到配置文件。";
case MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS:
return "Change default settings for configuration, content override, core override, and remap files.";
return "Change default settings for configuration files.";
case MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST:
return "Manage and create configuration files.";
case MENU_ENUM_SUBLABEL_CPU_CORES:

View File

@ -1651,7 +1651,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
"Saves changes to configuration file on exit.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
"Change default settings for configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,

View File

@ -1619,7 +1619,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
"Saves changes to configuration file on exit.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
"Change default settings for configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,

View File

@ -1655,7 +1655,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
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.")
"Change default settings for configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,

View File

@ -1651,7 +1651,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
"Saves changes to configuration file on exit.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
"Change default settings for configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,

View File

@ -1647,7 +1647,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
"Saves changes to configuration file on exit.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
"Change default settings for configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,

View File

@ -1669,7 +1669,7 @@ MSG_HASH(MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
"Saves changes to configuration file on exit.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration, content override, core override, and remap files.")
"Change default settings for configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Manage and create configuration files.")
MSG_HASH(MENU_ENUM_SUBLABEL_CPU_CORES,

View File

@ -3286,7 +3286,7 @@ const char *msg_hash_to_str_vn(enum msg_hash_enums msg)
case MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT:
return "Lưu cấu hình khi thoát retroarch.";
case MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS:
return "Change default settings for configuration, content override, core override, and remap files.";
return "Change default settings for configuration files.";
case MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST:
return "Manage and create configuration files.";
case MENU_ENUM_SUBLABEL_CPU_CORES: