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/kyra | |
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/kyra')
-rw-r--r-- | engines/kyra/saveload_eob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/saveload_eob.cpp b/engines/kyra/saveload_eob.cpp index 7823064c3b..dca4aaa0f1 100644 --- a/engines/kyra/saveload_eob.cpp +++ b/engines/kyra/saveload_eob.cpp @@ -620,7 +620,7 @@ bool EoBCoreEngine::importOriginalSaveFile(int destSlot, const char *sourceFile) _inf->reset(); if (destSlot == -1 && importedCount) { - ::GUI::MessageDialog dialog(Common::String::format(_("%d original saved game files have been successfully imported into\nScummVM. If you want to manually import original saved game files later you will\nneed to open the ScummVM debug console and use the command 'import_savefile'.\n\n"), importedCount)); + ::GUI::MessageDialog dialog(Common::String::format(_("%d original saved games have been successfully imported into\nScummVM. If you want to manually import original saved game later you will\nneed to open the ScummVM debug console and use the command 'import_savefile'.\n\n"), importedCount)); dialog.runModal(); } |