[Scummvm-cvs-logs] scummvm master -> fe9228d4bba6f7e38068fe60e1dbacf61bfb8016
bluegr
bluegr at gmail.com
Fri Jan 4 12:18:22 CET 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
fe9228d4bb Oops, fix save converter message
Commit: fe9228d4bba6f7e38068fe60e1dbacf61bfb8016
https://github.com/scummvm/scummvm/commit/fe9228d4bba6f7e38068fe60e1dbacf61bfb8016
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-01-04T03:17:28-08:00
Commit Message:
Oops, fix save converter message
Changed paths:
engines/drascula/saveload.cpp
diff --git a/engines/drascula/saveload.cpp b/engines/drascula/saveload.cpp
index a4b5a5e..46eee1f 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"));
More information about the Scummvm-git-logs
mailing list