summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-19 18:51:55 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-19 18:52:33 -0600
commit5fe76d3cc2661878707d6662d263cdcb36240987 (patch)
tree9511e4832ff8d83b2db007403f263aa5258020af /crawl-ref/source/hints.cc
parentdde538dc352c098a40428eb20732f2005003e798 (diff)
downloadcrawl-ref-5fe76d3cc2661878707d6662d263cdcb36240987.tar.gz
crawl-ref-5fe76d3cc2661878707d6662d263cdcb36240987.zip
Remove mention of ! from tutorial/hints skills screen (#5346).
According to b702f4e, this menu is supposed to be disabled because it explains advanced commands which aren't available in the simple menu, yet this mention was added in that same commit...
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index 037306831b..7cf939691b 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -3001,8 +3001,7 @@ string hints_skills_info()
"You can toggle which skills to train by "
"pressing their slot letters. A <darkgrey>grey</darkgrey> skill "
"will not be trained and ease the training of others. "
- "Press <w>!</w> to learn about skill training and <w>?</w> to read "
- "your skills' descriptions.";
+ "Press <w>?</w> to read your skills' descriptions.";
text << broken;
text << "</" << colour_to_str(channel_to_colour(MSGCH_TUTORIAL)) << ">";