summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-13 20:24:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-13 20:24:49 +0000
commit42fac262d9c96d118ed5fc9d8af59c99851d0601 (patch)
tree2b73f2c141c224f74cd23c32d0cc5f885d5e324f /crawl-ref/source/tutorial.cc
parentf9d71155f40456efd6ec04f0e245d712fef617e1 (diff)
downloadcrawl-ref-42fac262d9c96d118ed5fc9d8af59c99851d0601.tar.gz
crawl-ref-42fac262d9c96d118ed5fc9d8af59c99851d0601.zip
Add more documentation updates for Ctrl-G/G.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6533 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 2bf6ebc4aa..52404c0875 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -821,9 +821,10 @@ void tutorial_finished()
else if (Options.tut_travel)
{
text = "There is a convenient way for travelling between far away "
- "dungeon levels: press <w>Ctrl-G</w> and enter the desired "
- "destination. If your travel gets interrupted, issuing "
- "<w>Ctrl-G Enter</w> will continue it.";
+ "dungeon levels: press <w>Ctrl-G</w> or <w>G</w> and enter "
+ "the desired destination. If your travel gets interrupted, "
+ "issuing <w>Ctrl-G Enter</w> or <w>G Enter</w> will continue "
+ "it.";
}
else if (Options.tut_stashes)
{