From 6f38c1e55dd9d9ad764faf123c3ee01ae23d7ffc Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Tue, 29 Nov 2016 11:43:57 +0100 Subject: ALL: game state => saved game --- engines/pegasus/pegasus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/pegasus/pegasus.cpp') 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); -- cgit v1.2.3