From 55512414dd27dd9e19a1be0714b2b25209be1669 Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Tue, 6 Dec 2016 10:43:39 +0100 Subject: 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. --- engines/teenagent/resources.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/teenagent') 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; -- cgit v1.2.3