[Scummvm-git-logs] scummvm master -> ab248d8d91a40768d62a044589779e2f95baa125
tag2015
noreply at scummvm.org
Tue Dec 20 10:29:16 UTC 2022
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:
ab248d8d91 GUI: Change wording of "return to launcher" checkbox
Commit: ab248d8d91a40768d62a044589779e2f95baa125
https://github.com/scummvm/scummvm/commit/ab248d8d91a40768d62a044589779e2f95baa125
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-12-20T11:29:11+01:00
Commit Message:
GUI: Change wording of "return to launcher" checkbox
Changed paths:
gui/options.cpp
diff --git a/gui/options.cpp b/gui/options.cpp
index ab6c55d15ec..dd93afe968a 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -2449,8 +2449,8 @@ void GlobalOptionsDialog::addMiscControls(GuiObject *boss, const Common::String
if (!g_system->hasFeature(OSystem::kFeatureNoQuit)) {
_guiReturnToLauncherAtExit = new CheckboxWidget(boss, prefix + "ReturnToLauncherAtExit",
- _("Always return to the launcher when leaving a game"),
- _("Always return to the launcher when leaving a game instead of closing ScummVM.")
+ _("Return to the launcher when leaving a game"),
+ _("Return to the launcher when leaving a game instead of closing ScummVM\n(this feature is not supported by all games).")
);
_guiReturnToLauncherAtExit->setState(ConfMan.getBool("gui_return_to_launcher_at_exit", _domain));
More information about the Scummvm-git-logs
mailing list