From 16c73378b9d950c88c83a1bcf11abf8c0c3039d0 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 28 Nov 2010 19:23:02 +0000 Subject: i18N: Add a few strings to translate in the SCUMM help dialog. svn-id: r54547 --- engines/scumm/help.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'engines/scumm/help.cpp') diff --git a/engines/scumm/help.cpp b/engines/scumm/help.cpp index f7a1c81da5..3738ebc2e5 100644 --- a/engines/scumm/help.cpp +++ b/engines/scumm/help.cpp @@ -79,12 +79,12 @@ 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("Ctrl 0-9", _("Load game state 1-10")); - ADD_BIND("Alt 0-9", _("Save game state 1-10")); + ADD_BIND(_("Ctrl 0-9"), _("Load game state 1-10")); + ADD_BIND(_("Alt 0-9"), _("Save game state 1-10")); #ifdef MACOSX ADD_BIND("Cmd q", _("Quit")); #else - ADD_BIND("Alt x, Ctrl z", _("Quit")); + ADD_BIND(_("Alt x, Ctrl z"), _("Quit")); #endif ADD_BIND(_("Alt Enter"), _("Toggle fullscreen")); ADD_BIND("[, ]", _("Music volume up / down")); @@ -95,14 +95,14 @@ void ScummHelp::updateStrings(byte gameId, byte version, Common::Platform platfo case 2: title = _("Special keyboard commands:"); ADD_BIND("~, #", _("Show / Hide console")); - ADD_BIND("Ctrl d", _("Start the debugger")); - ADD_BIND("Ctrl s", _("Show memory consumption")); - ADD_BIND("Ctrl f", _("Run in fast mode (*)")); - ADD_BIND("Ctrl g", _("Run in really fast mode (*)")); - ADD_BIND("Ctrl m", _("Toggle mouse capture")); - ADD_BIND("Ctrl Alt 1-8", _("Switch between graphics filters")); - ADD_BIND("Ctrl Alt +, -", _("Increase / Decrease scale factor")); - ADD_BIND("Ctrl Alt a", _("Toggle aspect-ratio correction")); + ADD_BIND(_("Ctrl d"), _("Start the debugger")); + ADD_BIND(_("Ctrl s"), _("Show memory consumption")); + ADD_BIND(_("Ctrl f"), _("Run in fast mode (*)")); + ADD_BIND(_("Ctrl g"), _("Run in really fast mode (*)")); + ADD_BIND(_("Ctrl m"), _("Toggle mouse capture")); + ADD_BIND(_("Ctrl Alt 1-8"), _("Switch between graphics filters")); + ADD_BIND(_("Ctrl Alt +, -"), _("Increase / Decrease scale factor")); + ADD_BIND(_("Ctrl Alt a"), _("Toggle aspect-ratio correction")); ADD_LINE; ADD_LINE; // FIXME: This should use word-wrapping, and should not assume -- cgit v1.2.3