AGI: fixed typo in fallbackWarning
This commit is contained in:
parent
f1fa5d9826
commit
15dfca15ba
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue