diff --git a/intl/msg_hash_chs.c b/intl/msg_hash_chs.c index c87bf384ee..93b734510d 100644 --- a/intl/msg_hash_chs.c +++ b/intl/msg_hash_chs.c @@ -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: diff --git a/intl/msg_hash_eo.h b/intl/msg_hash_eo.h index a46d9ac4f4..869a7105bf 100644 --- a/intl/msg_hash_eo.h +++ b/intl/msg_hash_eo.h @@ -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, diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index 2dd8648a3a..19109f1e3e 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -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, diff --git a/intl/msg_hash_ja.h b/intl/msg_hash_ja.h index 58b94ad9fe..65176eb18f 100644 --- a/intl/msg_hash_ja.h +++ b/intl/msg_hash_ja.h @@ -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, diff --git a/intl/msg_hash_nl.h b/intl/msg_hash_nl.h index bb3ce613b5..81e90ec4ef 100644 --- a/intl/msg_hash_nl.h +++ b/intl/msg_hash_nl.h @@ -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, diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 305dae1559..5e2117636e 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -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, diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 9f869be327..641c2c927b 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -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, diff --git a/intl/msg_hash_vn.c b/intl/msg_hash_vn.c index 34ff872097..eb8835520d 100644 --- a/intl/msg_hash_vn.c +++ b/intl/msg_hash_vn.c @@ -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: