[Scummvm-git-logs] scummvm master -> a03c5cc477891907b05ef813d16e3da9e38ade53

criezy criezy at scummvm.org
Mon Dec 17 21:38:22 CET 2018


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:
a03c5cc477 GUI: Add missing space in tooltip string


Commit: a03c5cc477891907b05ef813d16e3da9e38ade53
    https://github.com/scummvm/scummvm/commit/a03c5cc477891907b05ef813d16e3da9e38ade53
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-12-17T20:37:57Z

Commit Message:
GUI: Add missing space in tooltip string

Changed paths:
    gui/options.cpp


diff --git a/gui/options.cpp b/gui/options.cpp
index 7032d10..3e6183c 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1695,7 +1695,7 @@ void GlobalOptionsDialog::build() {
 	_guiLanguageUseGameLanguageCheckbox = new CheckboxWidget(tab, "GlobalOptions_Misc.GuiLanguageUseGameLanguage",
 			_("Switch 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"
+			"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