[Scummvm-git-logs] scummvm master -> 0d328f8582ed0878070822f642d41542041c0f05
sev-
noreply at scummvm.org
Fri Nov 15 13:43:37 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:
0d328f8582 GUI: ANDROID: Add better wording for missing SAF permissions
Commit: 0d328f8582ed0878070822f642d41542041c0f05
https://github.com/scummvm/scummvm/commit/0d328f8582ed0878070822f642d41542041c0f05
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-11-15T14:43:27+01:00
Commit Message:
GUI: ANDROID: Add better wording for missing SAF permissions
Changed paths:
gui/launcher.cpp
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 54d800a817b..8f456e438bb 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -662,7 +662,7 @@ bool LauncherDialog::doGameDetection(const Common::Path &path) {
Common::U32String msg(_("ScummVM couldn't open 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