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/tony/tony.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tony') 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; -- cgit v1.2.3