[Scummvm-cvs-logs] scummvm master -> 6835433a424eaface0f91919236de10041a87d42

fuzzie fuzzie at fuzzie.org
Mon Jun 6 11:45:39 CEST 2011


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:
6835433a42 GUI: Fix message after changing languages.


Commit: 6835433a424eaface0f91919236de10041a87d42
    https://github.com/scummvm/scummvm/commit/6835433a424eaface0f91919236de10041a87d42
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-06-06T02:43:49-07:00

Commit Message:
GUI: Fix message after changing languages.

Changed paths:
    gui/options.cpp



diff --git a/gui/options.cpp b/gui/options.cpp
index 5022b80..eae6bf4 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1289,7 +1289,7 @@ void GlobalOptionsDialog::close() {
 			// only become active *after* the options dialog has closed.
 			g_gui.loadNewTheme(g_gui.theme()->getThemeId(), ThemeEngine::kGfxDisabled, true);
 #else
-			MessageDialog error(_("You have to restart ScummVM to take the effect."));
+			MessageDialog error(_("You have to restart ScummVM before your changes will take effect."));
 			error.runModal();
 #endif
 		}






More information about the Scummvm-git-logs mailing list