aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/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/drascula/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/drascula/saveload.cpp')
-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 a1d7d615ea..eb65486687 100644
--- a/engines/drascula/saveload.cpp
+++ b/engines/drascula/saveload.cpp
@@ -44,7 +44,7 @@ void DrasculaEngine::checkForOldSaveGames() {
return;
GUI::MessageDialog dialog0(
- _("ScummVM found that you have old savefiles for Drascula that should be converted.\n"
+ _("ScummVM found that you have old saved games for Drascula 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"));