mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
GRIM: Redirect users to ScummVM wiki
This commit is contained in:
parent
f1592ed492
commit
de201f0785
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user