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/sky/compact.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sky/compact.cpp') diff --git a/engines/sky/compact.cpp b/engines/sky/compact.cpp index 731c390d6f..c04a2eae0d 100644 --- a/engines/sky/compact.cpp +++ b/engines/sky/compact.cpp @@ -128,7 +128,7 @@ SkyCompact::SkyCompact() { _cptFile = new Common::File(); Common::String filename = "sky.cpt"; if (!_cptFile->open(filename.c_str())) { - Common::String msg = Common::String::format(_("You're missing the '%s' file. Get it from the ScummVM website"), filename.c_str()); + Common::String msg = Common::String::format(_("Unable to locate the '%s' engine data file. Read the README for instructions."), filename.c_str()); GUIErrorMessage(msg); error("%s", msg.c_str()); } -- cgit v1.2.3