From d2fb24d4dfbfc5b5bff7185325f3f49011fa1cd8 Mon Sep 17 00:00:00 2001 From: lasers Date: Thu, 8 Dec 2016 16:25:27 -0600 Subject: [PATCH] Add information for Settings->Configuration --- intl/msg_hash_chs.c | 5 +++++ intl/msg_hash_ja.c | 5 +++++ intl/msg_hash_lbl.h | 3 ++- intl/msg_hash_us.c | 5 +++++ intl/msg_hash_vn.c | 5 +++++ 5 files changed, 22 insertions(+), 1 deletion(-) diff --git a/intl/msg_hash_chs.c b/intl/msg_hash_chs.c index 00dc556cb0..c1c769ce02 100644 --- a/intl/msg_hash_chs.c +++ b/intl/msg_hash_chs.c @@ -940,6 +940,11 @@ int menu_hash_get_help_chs_enum(enum msg_hash_enums msg, char *s, size_t len) "shaders." ); break; + case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS: + snprintf(s, len, + "Determines how configuration files are \n" + "loaded and prioritized."); + break; case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT: snprintf(s, len, "Saves config to disk on exit.\n" diff --git a/intl/msg_hash_ja.c b/intl/msg_hash_ja.c index 7a32a5977f..d96e50916b 100644 --- a/intl/msg_hash_ja.c +++ b/intl/msg_hash_ja.c @@ -966,6 +966,11 @@ int menu_hash_get_help_jp_enum(enum msg_hash_enums msg, char *s, size_t len) "shaders." ); break; + case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS: + snprintf(s, len, + "Determines how configuration files are \n" + "loaded and prioritized."); + break; case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT: snprintf(s, len, "Saves config to disk on exit.\n" diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index e6b20cbcce..8e9547099c 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -149,7 +149,8 @@ MSG_HASH(MENU_ENUM_LABEL_COLLECTION, MSG_HASH(MENU_ENUM_LABEL_CONFIGURATIONS, "configurations") MSG_HASH(MENU_ENUM_LABEL_CONFIGURATION_SETTINGS, - "configuration_settings") + "Determines how configuration files \n" + "are loaded and prioritized.") MSG_HASH(MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT, "config_save_on_exit") MSG_HASH(MENU_ENUM_LABEL_CONNECT_WIFI, diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index 2240849e01..d1b472a695 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -958,6 +958,11 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len) "shaders." ); break; + case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS: + snprintf(s, len, + "Determines how configuration files are \n" + "loaded and prioritized."); + break; case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT: snprintf(s, len, "Saves config to disk on exit.\n" diff --git a/intl/msg_hash_vn.c b/intl/msg_hash_vn.c index 8bbd00098a..d3b3406c2b 100644 --- a/intl/msg_hash_vn.c +++ b/intl/msg_hash_vn.c @@ -967,6 +967,11 @@ int menu_hash_get_help_vn_enum(enum msg_hash_enums msg, char *s, size_t len) "shaders." ); break; + case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS: + snprintf(s, len, + "Determines how configuration files are \n" + "loaded and prioritized."); + break; case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT: snprintf(s, len, "Saves config to disk on exit.\n"