From eb7ffb1e2cce1c77bebc156563d6d46d223b3885 Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Mon, 5 Dec 2016 21:07:11 +0100 Subject: ALL: Unify 'corrupted engine data' message --- engines/toon/toon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toon/toon.cpp') 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; -- cgit v1.2.3