Change some english language strings

This commit is contained in:
Juan 2016-10-22 21:46:06 -03:00
parent 2b4d87a983
commit 16d46768e0

View File

@ -98,10 +98,10 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
snprintf(s, len, snprintf(s, len,
"Enable other hotkeys. \n" "Enable other hotkeys. \n"
" \n" " \n"
"If this hotkey is bound to \n" "If this hotkey is bound to either\n"
"either keyboard, joybutton or joyaxis, \n" "a keyboard, joybutton or joyaxis, \n"
"all other hotkeys will be disabled unless \n" "all other hotkeys will be enabled only \n"
"this hotkey is also held at the same time. \n" "if this one is held at the same time. \n"
" \n" " \n"
"This is useful for RETRO_KEYBOARD centric \n" "This is useful for RETRO_KEYBOARD centric \n"
"implementations which query a large area of \n" "implementations which query a large area of \n"
@ -121,7 +121,7 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
break; break;
case RARCH_OVERLAY_NEXT: case RARCH_OVERLAY_NEXT:
snprintf(s, len, snprintf(s, len,
"Toggles to next overlay. Wraps around."); "Switches to next overlay. Wraps around.");
break; break;
case RARCH_DISK_EJECT_TOGGLE: case RARCH_DISK_EJECT_TOGGLE:
snprintf(s, len, snprintf(s, len,
@ -240,16 +240,13 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
"for the Onscreen Display text."); "for the Onscreen Display text.");
break; break;
case MENU_ENUM_LABEL_GAME_SPECIFIC_OPTIONS: case MENU_ENUM_LABEL_GAME_SPECIFIC_OPTIONS:
snprintf(s, len, "Load content-specific core options \n" snprintf(s, len, "Automatically load content-specific core options.");
"automatically if found.");
break; break;
case MENU_ENUM_LABEL_AUTO_OVERRIDES_ENABLE: case MENU_ENUM_LABEL_AUTO_OVERRIDES_ENABLE:
snprintf(s, len, "Load override configurations \n" snprintf(s, len, "Automatically load override configurations.");
"automatically if found.");
break; break;
case MENU_ENUM_LABEL_AUTO_REMAPS_ENABLE: case MENU_ENUM_LABEL_AUTO_REMAPS_ENABLE:
snprintf(s, len, "Load input remapping files \n" snprintf(s, len, "Automatically load input remapping files.");
"automatically if found.");
break; break;
case MENU_ENUM_LABEL_SORT_SAVESTATES_ENABLE: case MENU_ENUM_LABEL_SORT_SAVESTATES_ENABLE:
snprintf(s, len, "Sort save states in folders \n" snprintf(s, len, "Sort save states in folders \n"
@ -271,12 +268,12 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
"memory."); "memory.");
break; break;
case MENU_ENUM_LABEL_UNDO_LOAD_STATE: case MENU_ENUM_LABEL_UNDO_LOAD_STATE:
snprintf(s, len, "If a state was loaded, will roll it back \n" snprintf(s, len, "If a state was loaded, content will \n"
"in memory to prior state."); "go back to the state prior to loading.");
break; break;
case MENU_ENUM_LABEL_UNDO_SAVE_STATE: case MENU_ENUM_LABEL_UNDO_SAVE_STATE:
snprintf(s, len, "If a state was saved, will roll it back \n" snprintf(s, len, "If a state was overwritten, it will \n"
"in memory to prior state."); "roll back to the previous save state.");
break; break;
case MENU_ENUM_LABEL_TAKE_SCREENSHOT: case MENU_ENUM_LABEL_TAKE_SCREENSHOT:
snprintf(s, len, "Create a screenshot. \n" snprintf(s, len, "Create a screenshot. \n"
@ -288,7 +285,7 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
snprintf(s, len, "Start the content."); snprintf(s, len, "Start the content.");
break; break;
case MENU_ENUM_LABEL_INFORMATION: case MENU_ENUM_LABEL_INFORMATION:
snprintf(s, len, "Show additional metatadata information \n" snprintf(s, len, "Show additional metadata information \n"
"about the content."); "about the content.");
break; break;
case MENU_ENUM_LABEL_FILE_BROWSER_CONFIG: case MENU_ENUM_LABEL_FILE_BROWSER_CONFIG: