diff options
Diffstat (limited to 'gui/options.cpp')
-rw-r--r-- | gui/options.cpp | 2 |
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 } |