aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent
diff options
context:
space:
mode:
authorBen Castricum2016-12-06 10:43:39 +0100
committerBen Castricum2016-12-06 14:16:37 +0100
commit55512414dd27dd9e19a1be0714b2b25209be1669 (patch)
tree48027d79c566a79f935119ae0b79046d86327872 /engines/teenagent
parent1cf3f50b7429483409e16994a21c040235abd261 (diff)
downloadscummvm-rg350-55512414dd27dd9e19a1be0714b2b25209be1669.tar.gz
scummvm-rg350-55512414dd27dd9e19a1be0714b2b25209be1669.tar.bz2
scummvm-rg350-55512414dd27dd9e19a1be0714b2b25209be1669.zip
ALL: Change instructions for engine data file issues
The engine data files should be included in the package, so downloading may not be the best suggestion. Instead refer to the README.
Diffstat (limited to 'engines/teenagent')
-rw-r--r--engines/teenagent/resources.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/resources.cpp b/engines/teenagent/resources.cpp
index ebfe5ff1be..8434395593 100644
--- a/engines/teenagent/resources.cpp
+++ b/engines/teenagent/resources.cpp
@@ -94,7 +94,7 @@ bool Resources::loadArchives(const ADGameDescription *gd) {
Common::String filename = "teenagent.dat";
if (!dat_file->open(filename.c_str())) {
delete dat_file;
- Common::String errorMessage = Common::String::format(_("You're missing the '%s' file. Get it from the ScummVM website"), filename.c_str());
+ Common::String errorMessage = Common::String::format(_("Unable to locate the '%s' engine data file. Read the README for instructions."), filename.c_str());
warning("%s", errorMessage.c_str());
GUIErrorMessage(errorMessage);
return false;