From b7dd1a7dbb6eea1825615daf829beae2bbfcc88e Mon Sep 17 00:00:00 2001 From: lasers Date: Thu, 8 Dec 2016 20:20:11 -0600 Subject: [PATCH] Align information for Settings->Configuration --- intl/msg_hash_chs.c | 4 ++-- intl/msg_hash_ja.c | 4 ++-- intl/msg_hash_us.c | 4 ++-- intl/msg_hash_vn.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/intl/msg_hash_chs.c b/intl/msg_hash_chs.c index c1c769ce02..a7db7e4570 100644 --- a/intl/msg_hash_chs.c +++ b/intl/msg_hash_chs.c @@ -942,8 +942,8 @@ int menu_hash_get_help_chs_enum(enum msg_hash_enums msg, char *s, size_t len) break; case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS: snprintf(s, len, - "Determines how configuration files are \n" - "loaded and prioritized."); + "Determines how configuration files \n" + "are loaded and prioritized."); break; case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT: snprintf(s, len, diff --git a/intl/msg_hash_ja.c b/intl/msg_hash_ja.c index d96e50916b..aab54ea489 100644 --- a/intl/msg_hash_ja.c +++ b/intl/msg_hash_ja.c @@ -968,8 +968,8 @@ int menu_hash_get_help_jp_enum(enum msg_hash_enums msg, char *s, size_t len) break; case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS: snprintf(s, len, - "Determines how configuration files are \n" - "loaded and prioritized."); + "Determines how configuration files \n" + "are loaded and prioritized."); break; case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT: snprintf(s, len, diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index d1b472a695..f5186a3783 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -960,8 +960,8 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len) break; case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS: snprintf(s, len, - "Determines how configuration files are \n" - "loaded and prioritized."); + "Determines how configuration files \n" + "are loaded and prioritized."); break; case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT: snprintf(s, len, diff --git a/intl/msg_hash_vn.c b/intl/msg_hash_vn.c index d3b3406c2b..ba461e132e 100644 --- a/intl/msg_hash_vn.c +++ b/intl/msg_hash_vn.c @@ -969,8 +969,8 @@ int menu_hash_get_help_vn_enum(enum msg_hash_enums msg, char *s, size_t len) break; case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS: snprintf(s, len, - "Determines how configuration files are \n" - "loaded and prioritized."); + "Determines how configuration files \n" + "are loaded and prioritized."); break; case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT: snprintf(s, len,