From fe9228d4bba6f7e38068fe60e1dbacf61bfb8016 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 4 Jan 2013 13:17:28 +0200 Subject: Oops, fix save converter message --- engines/drascula/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/drascula/saveload.cpp b/engines/drascula/saveload.cpp index a4b5a5e41f..46eee1f0b2 100644 --- a/engines/drascula/saveload.cpp +++ b/engines/drascula/saveload.cpp @@ -46,7 +46,7 @@ void DrasculaEngine::checkForOldSaveGames() { } GUI::MessageDialog dialog0( - _("ScummVM found that you have old savefiles for Broken Sword 1 that should be converted.\n" + _("ScummVM found that you have old savefiles for Drascula that should be converted.\n" "The old save game format is no longer supported, so you will not be able to load your games if you don't convert them.\n\n" "Press OK to convert them now, otherwise you will be asked again the next time you start the game.\n"), _("OK"), _("Cancel")); -- cgit v1.2.3