aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2003-12-26 06:38:45 +0000
committerTravis Howell2003-12-26 06:38:45 +0000
commit74b64fdf839d014ee51cbc0f3a692bd0f6d160a2 (patch)
tree1b4af31e7fe0175c6828160d2a7cb3f834fd490c
parent084429acfd71527ad1e60f43c195d50d61d6e0a2 (diff)
downloadscummvm-rg350-74b64fdf839d014ee51cbc0f3a692bd0f6d160a2.tar.gz
scummvm-rg350-74b64fdf839d014ee51cbc0f3a692bd0f6d160a2.tar.bz2
scummvm-rg350-74b64fdf839d014ee51cbc0f3a692bd0f6d160a2.zip
Update help
svn-id: r11936
-rw-r--r--scumm/help.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/help.cpp b/scumm/help.cpp
index 34bb9768fb..47deb53240 100644
--- a/scumm/help.cpp
+++ b/scumm/help.cpp
@@ -100,11 +100,10 @@ void ScummHelp::updateStrings(byte gameId, byte version, int page,
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 + and -", "Increase/Decrease the scale factor");
+ ADD_BIND("Ctrl Alt +, -", "Increase / Decrease scale factor");
ADD_BIND("Ctrl Alt a", "Toggle aspect-ratio correction");
ADD_LINE;
ADD_LINE;
- ADD_LINE;
ADD_TEXT("* Note that using ctrl-f and");
ADD_TEXT(" ctrl-g are not recommended");
ADD_TEXT(" since they may cause crashes");