diff options
Diffstat (limited to 'engines/tony')
-rw-r--r-- | engines/tony/tony.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp index a3ba9c0f0c..c3ae24b70d 100644 --- a/engines/tony/tony.cpp +++ b/engines/tony/tony.cpp @@ -207,7 +207,7 @@ bool TonyEngine::loadTonyDat() { buf[4] = '\0'; if (strcmp(buf, "TONY")) { - msg = "File 'tony.dat' is corrupt. Get it from the ScummVM website"; + msg = Common::String::format(_("File '%s' is corrupt. Get it from the ScummVM website"), filename.c_str()); GUIErrorMessage(msg); warning("%s", msg.c_str()); return false; |