diff options
Diffstat (limited to 'engines/scumm/help.cpp')
-rw-r--r-- | engines/scumm/help.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/help.cpp b/engines/scumm/help.cpp index 2281e954ef..ce0d13b4fc 100644 --- a/engines/scumm/help.cpp +++ b/engines/scumm/help.cpp @@ -77,8 +77,8 @@ void ScummHelp::updateStrings(byte gameId, byte version, Common::Platform platfo ADD_BIND(".", _("Skip line of text")); ADD_BIND(_("Esc"), _("Skip cutscene")); ADD_BIND(_("Space"), _("Pause game")); - ADD_BIND(String(_("Ctrl")) + " 0-9", _("Load game state 1-10")); - ADD_BIND(String(_("Alt")) + " 0-9", _("Save game state 1-10")); + ADD_BIND(String(_("Ctrl")) + " 0-9", _("Load saved game 1-10")); + ADD_BIND(String(_("Alt")) + " 0-9", _("Save game 1-10")); #ifdef MACOSX ADD_BIND("Cmd q", _("Quit")); #else |