mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
GUI: Improve option wording. Fixes #11206
This commit is contained in:
parent
e3b773b761
commit
24d7f90623
@ -2032,8 +2032,8 @@ void GlobalOptionsDialog::addMiscControls(GuiObject *boss, const Common::String
|
||||
#endif // USE_DETECTLANG
|
||||
|
||||
_guiLanguageUseGameLanguageCheckbox = new CheckboxWidget(boss, prefix + "GuiLanguageUseGameLanguage",
|
||||
_("Switch the GUI language to the game language"),
|
||||
_("When starting a game, change the GUI language to the game language. "
|
||||
_("Switch the ScummVM GUI language to the game language"),
|
||||
_("When starting a game, change the ScummVM GUI language to the game language. "
|
||||
"That way, if a game uses the ScummVM save and load dialogs, they are "
|
||||
"in the same language as the game.")
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user