[Scummvm-git-logs] scummvm master -> dc5b7b05c9fcfbcae4875c76c2e5d7bfd1d85e95

sev- noreply at scummvm.org
Fri Nov 15 13:50:13 UTC 2024


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:
dc5b7b05c9 GUI: Sync SAF-related messages


Commit: dc5b7b05c9fcfbcae4875c76c2e5d7bfd1d85e95
    https://github.com/scummvm/scummvm/commit/dc5b7b05c9fcfbcae4875c76c2e5d7bfd1d85e95
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-15T14:49:50+01:00

Commit Message:
GUI: Sync SAF-related messages

Changed paths:
    gui/launcher.cpp


diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 8f456e438bb..5182c8c42cf 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -686,7 +686,7 @@ bool LauncherDialog::doGameDetection(const Common::Path &path) {
 		Common::U32String msg(_("ScummVM could not find any game in the specified directory!"));
 #ifdef ANDROID_BACKEND
 		msg += Common::U32String("\n\n");
-		msg += _("Did you add this directory to the SAF? Press the help button [?] on the top for detailed instructions");
+		msg += _("Have you given ScummVM access rights to this directory? Press the help button [?] on the top for detailed instructions");
 #endif
 		MessageDialog alert(msg);
 		alert.runModal();




More information about the Scummvm-git-logs mailing list