[Scummvm-git-logs] scummvm master -> 11015a917b2f3e5a3edb9d50f5479686807563c6

criezy criezy at scummvm.org
Fri Jul 24 21:37:09 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
11015a917b GUI: Add missing space in tooltip


Commit: 11015a917b2f3e5a3edb9d50f5479686807563c6
    https://github.com/scummvm/scummvm/commit/11015a917b2f3e5a3edb9d50f5479686807563c6
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-07-24T22:36:27+01:00

Commit Message:
GUI: Add missing space in tooltip

Changed paths:
    gui/options.cpp


diff --git a/gui/options.cpp b/gui/options.cpp
index 7744341cc2..2c95f7d774 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -2033,7 +2033,7 @@ void GlobalOptionsDialog::addMiscControls(GuiObject *boss, const Common::String
 
 	_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."
+			_("When starting a game, change the 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.")
 	);




More information about the Scummvm-git-logs mailing list