diff options
author | Ben Castricum | 2016-11-29 21:10:59 +0100 |
---|---|---|
committer | Ben Castricum | 2016-11-29 21:10:59 +0100 |
commit | e95c2cc3ff1dc696fb2c3d952931a3af314c2e5b (patch) | |
tree | 8fac40c880b112ac59b7386015e5776b210a76e2 /engines/sword1 | |
parent | b041618a42ebf19494b1e0b8fdc659e09019ae42 (diff) | |
download | scummvm-rg350-e95c2cc3ff1dc696fb2c3d952931a3af314c2e5b.tar.gz scummvm-rg350-e95c2cc3ff1dc696fb2c3d952931a3af314c2e5b.tar.bz2 scummvm-rg350-e95c2cc3ff1dc696fb2c3d952931a3af314c2e5b.zip |
ALL: save file => saved game
Diffstat (limited to 'engines/sword1')
-rw-r--r-- | engines/sword1/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/control.cpp b/engines/sword1/control.cpp index be5f33600e..a790356974 100644 --- a/engines/sword1/control.cpp +++ b/engines/sword1/control.cpp @@ -860,7 +860,7 @@ void Control::checkForOldSaveGames() { return; 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 saved games for Broken Sword 1 that should be converted.\n" "The old saved 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")); |