mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
GUI: Fix message after changing languages.
This commit is contained in:
parent
9589e5aa82
commit
6835433a42
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user