GUI: Improve option wording. Fixes #11206
This commit is contained in:
parent
e3b773b761
commit
24d7f90623
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue