diff options
author | Ben Castricum | 2016-12-06 14:31:58 +0100 |
---|---|---|
committer | Ben Castricum | 2016-12-06 14:50:04 +0100 |
commit | 0e47d71928b472c78874a65d2dfec5c3791ffa02 (patch) | |
tree | c4d7a362ca17aa089577bb26186cdf2da642259e /engines/kyra | |
parent | 55512414dd27dd9e19a1be0714b2b25209be1669 (diff) | |
download | scummvm-rg350-0e47d71928b472c78874a65d2dfec5c3791ffa02.tar.gz scummvm-rg350-0e47d71928b472c78874a65d2dfec5c3791ffa02.tar.bz2 scummvm-rg350-0e47d71928b472c78874a65d2dfec5c3791ffa02.zip |
ALL: replace 2 more 'download engine data' instructions
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/staticres.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp index 65f31985d6..5e52834f64 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -161,7 +161,7 @@ bool StaticResource::loadStaticResourceFile() { } if (!foundWorkingKyraDat) { - Common::String errorMessage = "You're missing the '" + StaticResource::staticDataFilename() + "' file or it got corrupted, (re)get it from the ScummVM website"; + Common::String errorMessage = "You're missing the '" + StaticResource::staticDataFilename() + "' engine data file or it got corrupted. Read the README for instructions."; GUIErrorMessage(errorMessage); error("%s", errorMessage.c_str()); } |