aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus
diff options
context:
space:
mode:
authorBen Castricum2016-11-29 11:43:57 +0100
committerBen Castricum2016-11-29 20:15:20 +0100
commit6f38c1e55dd9d9ad764faf123c3ee01ae23d7ffc (patch)
treee522d825ae4af7a68435649f335e92d3be9881f4 /engines/pegasus
parent38eb27212d32351e885806f96555e58f081c6844 (diff)
downloadscummvm-rg350-6f38c1e55dd9d9ad764faf123c3ee01ae23d7ffc.tar.gz
scummvm-rg350-6f38c1e55dd9d9ad764faf123c3ee01ae23d7ffc.tar.bz2
scummvm-rg350-6f38c1e55dd9d9ad764faf123c3ee01ae23d7ffc.zip
ALL: game state => saved game
Diffstat (limited to 'engines/pegasus')
-rw-r--r--engines/pegasus/pegasus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/pegasus.cpp b/engines/pegasus/pegasus.cpp
index e34fb7bee0..57c7fdbdf8 100644
--- a/engines/pegasus/pegasus.cpp
+++ b/engines/pegasus/pegasus.cpp
@@ -390,7 +390,7 @@ Common::Error PegasusEngine::showSaveDialog() {
}
void PegasusEngine::showSaveFailedDialog(const Common::Error &status) {
- Common::String failMessage = Common::String::format(_("Gamestate save failed (%s)! "
+ Common::String failMessage = Common::String::format(_("Failed to save game (%s)! "
"Please consult the README for basic information, and for "
"instructions on how to obtain further assistance."), status.getDesc().c_str());
GUI::MessageDialog dialog(failMessage);