Align information for Settings->Configuration

This commit is contained in:
lasers 2016-12-08 20:20:11 -06:00
parent d2fb24d4df
commit b7dd1a7dbb
4 changed files with 8 additions and 8 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,