From 15dfca15baf1eb24be11aefbd10eabb335bc407a Mon Sep 17 00:00:00 2001 From: Zvika Haramaty Date: Sun, 17 Apr 2022 11:34:48 +0300 Subject: [PATCH] AGI: fixed typo in fallbackWarning --- engines/agi/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());