mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Align information for Settings->Configuration
This commit is contained in:
parent
d2fb24d4df
commit
b7dd1a7dbb
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user