diff options
Diffstat (limited to 'engines/toon')
-rw-r--r-- | engines/toon/toon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp index b0cbe80cfd..25eb7ad1d4 100644 --- a/engines/toon/toon.cpp +++ b/engines/toon/toon.cpp @@ -4927,7 +4927,7 @@ bool ToonEngine::loadToonDat() { buf[4] = '\0'; if (strcmp(buf, "TOON")) { - msg = _("File 'toon.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; |