summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-13 20:31:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-13 20:31:07 +0000
commit8e6e2f55250ec63fc49ce2c32eefd5f1a3453237 (patch)
treeca9f6af7df506cf6aec1936afe2502e58cf47050 /crawl-ref/source/command.cc
parentbe37101456ffb168dd64291d132e2aa52547aed9 (diff)
downloadcrawl-ref-8e6e2f55250ec63fc49ce2c32eefd5f1a3453237.tar.gz
crawl-ref-8e6e2f55250ec63fc49ce2c32eefd5f1a3453237.zip
Apply trunk r6533 to 0.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6534 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 35333535c7..6ebf009edf 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1885,8 +1885,8 @@ static void _add_formatted_keyhelp(column_composer &cols)
"<h>Additional help:\n"
"Many commands have context sensitive \n"
"help, among them <w>X</w>, <w>x</w>, <w>f</w> (or any \n"
- "form of targeting), <w>G</w> and <w>Ctrl-F</w>."
- "\n",
+ "form of targeting), <w>Ctrl-G</w> or <w>G</w>, and \n"
+ "<w>Ctrl-F</w>.\n",
true, true, _cmdhelp_textfilter);
}