summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-12 16:05:59 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-12 16:05:59 +0000
commite300efbb103304b383a249c80a1f396a47c7c3a8 (patch)
tree328a311f837386048cb69b12b71ab85fb7a7efc0
parent4a0b78a8c9652f73a7d5a9af45219c33a04c7065 (diff)
downloadcrawl-ref-e300efbb103304b383a249c80a1f396a47c7c3a8.tar.gz
crawl-ref-e300efbb103304b383a249c80a1f396a47c7c3a8.zip
Apply trunk r6516 to 0.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6517 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/tutorial.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 65c870975b..2bf6ebc4aa 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -822,8 +822,8 @@ void tutorial_finished()
{
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, issueing "
- "<w>G Enter</w> will continue it.";
+ "destination. If your travel gets interrupted, issuing "
+ "<w>Ctrl-G Enter</w> will continue it.";
}
else if (Options.tut_stashes)
{