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,