aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2013-01-04 13:17:28 +0200
committerFilippos Karapetis2013-01-04 13:17:28 +0200
commitfe9228d4bba6f7e38068fe60e1dbacf61bfb8016 (patch)
tree25fcb051d1eea661e89a617c61354075fc61d9a2 /engines
parent560062f2cb4ceb084b890d7952840ba337bd5965 (diff)
downloadscummvm-rg350-fe9228d4bba6f7e38068fe60e1dbacf61bfb8016.tar.gz
scummvm-rg350-fe9228d4bba6f7e38068fe60e1dbacf61bfb8016.tar.bz2
scummvm-rg350-fe9228d4bba6f7e38068fe60e1dbacf61bfb8016.zip
Oops, fix save converter message
Diffstat (limited to 'engines')
-rw-r--r--engines/drascula/saveload.cpp2
1 files changed, 1 insertions, 1 deletions
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"));