aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorAlyssa Milburn2011-06-06 11:43:11 +0200
committerAlyssa Milburn2011-06-06 11:43:49 +0200
commit6835433a424eaface0f91919236de10041a87d42 (patch)
tree60562198440d09b8609bd9818e79476e1e29f0cd /gui
parent9589e5aa82156ed62adf77c3ca604abd9ca9da44 (diff)
downloadscummvm-rg350-6835433a424eaface0f91919236de10041a87d42.tar.gz
scummvm-rg350-6835433a424eaface0f91919236de10041a87d42.tar.bz2
scummvm-rg350-6835433a424eaface0f91919236de10041a87d42.zip
GUI: Fix message after changing languages.
Diffstat (limited to 'gui')
-rw-r--r--gui/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 5022b808c4..eae6bf403e 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
}