[Scummvm-git-logs] scummvm master -> 15dfca15baf1eb24be11aefbd10eabb335bc407a

bluegr noreply at scummvm.org
Sun Apr 17 10:56:32 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:
15dfca15ba AGI: fixed typo in fallbackWarning


Commit: 15dfca15baf1eb24be11aefbd10eabb335bc407a
    https://github.com/scummvm/scummvm/commit/15dfca15baf1eb24be11aefbd10eabb335bc407a
Author: Zvika Haramaty (haramaty.zvika at gmail.com)
Date: 2022-04-17T13:56:29+03:00

Commit Message:
AGI: fixed typo in fallbackWarning

Changed paths:
    engines/agi/detection.cpp


diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 54adbee8ee2..50f936900ea 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -331,7 +331,7 @@ ADDetectedGame AgiMetaEngineDetection::fallbackDetect(const FileMap &allFilesXXX
 		fallbackWarning = "Your game version has been detected using fallback matching as a\n";
 		fallbackWarning += Common::String::format("variant of %s (%s).\n", g_fallbackDesc.desc.gameId, g_fallbackDesc.desc.extra);
 		fallbackWarning += "If this is an original and unmodified version or new made Fanmade game,\n";
-		fallbackWarning += "please report any, information previously printed by ScummVM to the team.\n";
+		fallbackWarning += "please report any information previously printed by ScummVM to the team.\n";
 
 		g_system->logMessage(LogMessageType::kWarning, fallbackWarning.c_str());
 




More information about the Scummvm-git-logs mailing list