GRIM: Redirect users to ScummVM wiki

This commit is contained in:
Eugene Sandulenko 2020-10-14 11:44:47 +02:00
parent f1592ed492
commit de201f0785

View File

@ -552,7 +552,7 @@ bool MD5Check::advanceCheck(int *pos, int *total) {
} else {
warning("Could not open %s for checking", sum.filename);
GUI::displayErrorDialog(Common::U32String::format(_("Could not open the file %s for checking.\nIt may be missing or "
"you may not have the rights to open it.\nGo to https://wiki.residualvm.org/index.php/Datafiles to see a list "
"you may not have the rights to open it.\nGo to https://wiki.scummvm.org/index.php/Datafiles to see a list "
"of the needed files."), sum.filename));
return false;
}