aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.cpp
diff options
context:
space:
mode:
authorThierry Crozat2016-09-18 16:39:11 +0100
committerThierry Crozat2016-09-18 16:40:34 +0100
commita87a702eb2f2dd0e40d9784e013f04ab12d52173 (patch)
treef43aea203aee054fd8b70cc5bd8593e91d22b3fa /engines/engine.cpp
parente51dcbb153f94eeba35a56e02928582e84840713 (diff)
downloadscummvm-rg350-a87a702eb2f2dd0e40d9784e013f04ab12d52173.tar.gz
scummvm-rg350-a87a702eb2f2dd0e40d9784e013f04ab12d52173.tar.bz2
scummvm-rg350-a87a702eb2f2dd0e40d9784e013f04ab12d52173.zip
ALL: Homogeneize use of 'saved game' in messages
Diffstat (limited to 'engines/engine.cpp')
-rw-r--r--engines/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp
index 8fff99f3fc..68d9e8fde6 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -545,7 +545,7 @@ bool Engine::warnUserAboutUnsupportedGame() {
if (ConfMan.getBool("enable_unsupported_game_warning")) {
GUI::MessageDialog alert(_("WARNING: The game you are about to start is"
" not yet fully supported by ScummVM. As such, it is likely to be"
- " unstable, and any saves you make might not work in future"
+ " unstable, and any saved game you make might not work in future"
" versions of ScummVM."), _("Start anyway"), _("Cancel"));
return alert.runModal() == GUI::kMessageOK;
}