[Scummvm-git-logs] scummvm master -> 2927e27d1d6cb8052d8c4fd53c57055201710baa

lephilousophe noreply at scummvm.org
Sun Feb 12 17:16:30 UTC 2023


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:
2927e27d1d BASE: Fix I18N comment


Commit: 2927e27d1d6cb8052d8c4fd53c57055201710baa
    https://github.com/scummvm/scummvm/commit/2927e27d1d6cb8052d8c4fd53c57055201710baa
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-02-12T18:14:56+01:00

Commit Message:
BASE: Fix I18N comment

Changed paths:
    base/main.cpp


diff --git a/base/main.cpp b/base/main.cpp
index 7df650107b4..2e8646cc43f 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -677,8 +677,8 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
 		bool cancelled = false;
 
 		if (!ConfMan.getGameDomains().empty()) {
-			// I18N: <Add a new folder> must match the translation done in backends/fs/android/android-saf-fs.h
 			GUI::MessageDialog alert(_(
+				// I18N: <Add a new folder> must match the translation done in backends/fs/android/android-saf-fs.h
 				"In this new version of ScummVM Android, significant changes were made to "
 				"the file access system to allow support for modern versions of the Android "
 				"Operating System.\n"
@@ -705,8 +705,8 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
 			if (alert.runModal() != GUI::kMessageOK)
 				cancelled = true;
 		} else {
-			// I18N: <Add a new folder> must match the translation done in backends/fs/android/android-saf-fs.h
 			GUI::MessageDialog alert(_(
+				// I18N: <Add a new folder> must match the translation done in backends/fs/android/android-saf-fs.h
 				"In this new version of ScummVM Android, significant changes were made to "
 				"the file access system to allow support for modern versions of the Android "
 				"Operating System.\n"




More information about the Scummvm-git-logs mailing list