mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
GUI: Change button label on 'return to launcher' confirmation
This commit is contained in:
parent
80de351bd9
commit
6da9994da9
@ -174,7 +174,7 @@ bool DefaultEventManager::pollEvent(Common::Event &event) {
|
||||
PauseToken pt;
|
||||
if (g_engine)
|
||||
pt = g_engine->pauseEngine();
|
||||
GUI::MessageDialog alert(_("Do you really want to return to the Launcher?\nAny unsaved progress will be lost."), _("Launcher"), _("Cancel"));
|
||||
GUI::MessageDialog alert(_("Do you really want to return to the Launcher?\nAny unsaved progress will be lost."), _("Yes"), _("Cancel"));
|
||||
forwardEvent = _shouldReturnToLauncher = (alert.runModal() == GUI::kMessageOK);
|
||||
} else
|
||||
_shouldReturnToLauncher = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user