aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/saveload.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-11-29 23:17:49 +0100
committerGitHub2016-11-29 23:17:49 +0100
commit5bed4bf794cdd52dca843aa548d4fcf16fd48d50 (patch)
tree9a60d05dedd8dd5bb3c5c1200e57c4076eb613e3 /engines/parallaction/saveload.cpp
parent47d60cca42d36aaf01f5e40d780b06899b526b03 (diff)
parente95c2cc3ff1dc696fb2c3d952931a3af314c2e5b (diff)
downloadscummvm-rg350-5bed4bf794cdd52dca843aa548d4fcf16fd48d50.tar.gz
scummvm-rg350-5bed4bf794cdd52dca843aa548d4fcf16fd48d50.tar.bz2
scummvm-rg350-5bed4bf794cdd52dca843aa548d4fcf16fd48d50.zip
Merge pull request #864 from BenCastricum/editing
ALL: Unify messages wording
Diffstat (limited to 'engines/parallaction/saveload.cpp')
-rw-r--r--engines/parallaction/saveload.cpp4
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.");