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/parallaction | |
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/parallaction')
-rw-r--r-- | engines/parallaction/saveload.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/saveload.cpp b/engines/parallaction/saveload.cpp index 0f4ceae7a5..56cb3632c3 100644 --- a/engines/parallaction/saveload.cpp +++ b/engines/parallaction/saveload.cpp @@ -266,7 +266,7 @@ void SaveLoad_ns::getGamePartProgress(bool *complete, int size) { static bool askRenameOldSavefiles() { GUI::MessageDialog dialog0( - _("ScummVM found that you have old savefiles for Nippon Safes that should be renamed.\n" + _("ScummVM found that you have old saved games for Nippon Safes that should be renamed.\n" "The old names are 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 next time.\n"), _("OK"), _("Cancel")); @@ -313,7 +313,7 @@ void SaveLoad_ns::renameOldSavefiles() { Common::String msg; if (success == numOldSaves) { - msg = _("ScummVM successfully converted all your savefiles."); + msg = _("ScummVM successfully converted all your saved games."); } else { msg = _("ScummVM printed some warnings in your console window and can't guarantee all your files have been converted.\n\n" "Please report to the team."); |