Merge pull request #3849 from JuanVCS/master

Change some more english language strings
This commit is contained in:
Twinaphex 2016-10-24 06:24:32 +02:00 committed by GitHub
commit 83b02ce291

View File

@ -438,12 +438,12 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
snprintf(s, len, snprintf(s, len,
"Cache Directory. \n" "Cache Directory. \n"
" \n" " \n"
"Content which is temporarily extracted \n" "Content decompressed by RetroArch will be \n"
"will be extracted to this directory."); "temporarily extracted to this directory.");
break; break;
case MENU_ENUM_LABEL_HISTORY_LIST_ENABLE: case MENU_ENUM_LABEL_HISTORY_LIST_ENABLE:
snprintf(s, len, snprintf(s, len,
"If enabled, every file loaded \n" "If enabled, every content loaded \n"
"in RetroArch will be automatically \n" "in RetroArch will be automatically \n"
"added to the recent history list."); "added to the recent history list.");
break; break;
@ -491,11 +491,11 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
break; break;
case MENU_ENUM_LABEL_AUDIO_ENABLE: case MENU_ENUM_LABEL_AUDIO_ENABLE:
snprintf(s, len, snprintf(s, len,
"Will enable audio or not."); "Enable audio output.");
break; break;
case MENU_ENUM_LABEL_AUDIO_SYNC: case MENU_ENUM_LABEL_AUDIO_SYNC:
snprintf(s, len, snprintf(s, len,
"Will synchronize audio (recommended)."); "Synchronize audio (recommended).");
break; break;
case MENU_ENUM_LABEL_AUDIO_LATENCY: case MENU_ENUM_LABEL_AUDIO_LATENCY:
snprintf(s, len, snprintf(s, len,
@ -505,7 +505,7 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
break; break;
case MENU_ENUM_LABEL_VIDEO_ALLOW_ROTATE: case MENU_ENUM_LABEL_VIDEO_ALLOW_ROTATE:
snprintf(s, len, snprintf(s, len,
"Allow games to set rotation. If false, \n" "Allow cores to set rotation. If false, \n"
"rotation requests are honored, but ignored.\n\n" "rotation requests are honored, but ignored.\n\n"
"Used for setups where one manually rotates \n" "Used for setups where one manually rotates \n"
"the monitor."); "the monitor.");
@ -531,10 +531,10 @@ int menu_hash_get_help_us_enum(enum msg_hash_enums msg, char *s, size_t len)
break; break;
case MENU_ENUM_LABEL_SAVESTATE_AUTO_INDEX: case MENU_ENUM_LABEL_SAVESTATE_AUTO_INDEX:
snprintf(s, len, snprintf(s, len,
"When saving savestates, state index is \n" "Automatically increment slot index on each save, \n"
"automatically incremented before saving.\n" "generating multiple savestate files. \n"
"When the content is loaded, state index will \n" "When the content is loaded, state slot will be \n"
"be set to the highest existing value."); "set to the highest existing value (last savestate).");
break; break;
case MENU_ENUM_LABEL_FPS_SHOW: case MENU_ENUM_LABEL_FPS_SHOW:
snprintf(s, len, snprintf(s, len,