From 42fac262d9c96d118ed5fc9d8af59c99851d0601 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 13 Jul 2008 20:24:49 +0000 Subject: 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 --- crawl-ref/source/tutorial.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/tutorial.cc') 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 Ctrl-G and enter the desired " - "destination. If your travel gets interrupted, issuing " - "Ctrl-G Enter will continue it."; + "dungeon levels: press Ctrl-G or G and enter " + "the desired destination. If your travel gets interrupted, " + "issuing Ctrl-G Enter or G Enter will continue " + "it."; } else if (Options.tut_stashes) { -- cgit v1.2.3-54-g00ecf