mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +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;
|
break;
|
||||||
case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS:
|
case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS:
|
||||||
snprintf(s, len,
|
snprintf(s, len,
|
||||||
"Determines how configuration files are \n"
|
"Determines how configuration files \n"
|
||||||
"loaded and prioritized.");
|
"are loaded and prioritized.");
|
||||||
break;
|
break;
|
||||||
case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT:
|
case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT:
|
||||||
snprintf(s, len,
|
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;
|
break;
|
||||||
case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS:
|
case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS:
|
||||||
snprintf(s, len,
|
snprintf(s, len,
|
||||||
"Determines how configuration files are \n"
|
"Determines how configuration files \n"
|
||||||
"loaded and prioritized.");
|
"are loaded and prioritized.");
|
||||||
break;
|
break;
|
||||||
case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT:
|
case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT:
|
||||||
snprintf(s, len,
|
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;
|
break;
|
||||||
case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS:
|
case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS:
|
||||||
snprintf(s, len,
|
snprintf(s, len,
|
||||||
"Determines how configuration files are \n"
|
"Determines how configuration files \n"
|
||||||
"loaded and prioritized.");
|
"are loaded and prioritized.");
|
||||||
break;
|
break;
|
||||||
case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT:
|
case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT:
|
||||||
snprintf(s, len,
|
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;
|
break;
|
||||||
case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS:
|
case MENU_ENUM_LABEL_CONFIGURATION_SETTINGS:
|
||||||
snprintf(s, len,
|
snprintf(s, len,
|
||||||
"Determines how configuration files are \n"
|
"Determines how configuration files \n"
|
||||||
"loaded and prioritized.");
|
"are loaded and prioritized.");
|
||||||
break;
|
break;
|
||||||
case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT:
|
case MENU_ENUM_LABEL_CONFIG_SAVE_ON_EXIT:
|
||||||
snprintf(s, len,
|
snprintf(s, len,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user