aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
diff options
context:
space:
mode:
authorBen Castricum2016-12-06 14:31:58 +0100
committerBen Castricum2016-12-06 14:50:04 +0100
commit0e47d71928b472c78874a65d2dfec5c3791ffa02 (patch)
treec4d7a362ca17aa089577bb26186cdf2da642259e /engines/tony
parent55512414dd27dd9e19a1be0714b2b25209be1669 (diff)
downloadscummvm-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/tony')
-rw-r--r--engines/tony/tony.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp
index c73f8727c5..b1225b5e31 100644
--- a/engines/tony/tony.cpp
+++ b/engines/tony/tony.cpp
@@ -255,7 +255,7 @@ bool TonyEngine::loadTonyDat() {
int numVariant = in.readUint16BE();
if (expectedLangVariant > numVariant - 1) {
- msg = Common::String::format("Font variant not present in 'tony.dat'. Get it from the ScummVM website");
+ msg = Common::String::format(_("Font variant not present in '%s' engine data file. Read the README for instructions."), filename.c_str());
GUIErrorMessage(msg);
warning("%s", msg.c_str());