From a87a702eb2f2dd0e40d9784e013f04ab12d52173 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 18 Sep 2016 16:39:11 +0100 Subject: ALL: Homogeneize use of 'saved game' in messages --- engines/drascula/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/drascula') diff --git a/engines/drascula/saveload.cpp b/engines/drascula/saveload.cpp index eb72a999d4..e99898da5a 100644 --- a/engines/drascula/saveload.cpp +++ b/engines/drascula/saveload.cpp @@ -45,7 +45,7 @@ void DrasculaEngine::checkForOldSaveGames() { GUI::MessageDialog dialog0( _("ScummVM found that you have old savefiles for Drascula that should be converted.\n" - "The old save game format is no longer supported, so you will not be able to load your games if you don't convert them.\n\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")); int choice = dialog0.runModal(); -- cgit v1.2.3