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());