summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-08 15:37:04 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-08 16:59:24 +0100
commit4848dab14f3fb1714242577bd30d54e1aa27be62 (patch)
treef640f6a35cc762ccb7f7e860115c5fee7640e2ac /crawl-ref/source/command.cc
parent48a369fa9ec020de8c17b54847d4972d97c18ae7 (diff)
downloadcrawl-ref-4848dab14f3fb1714242577bd30d54e1aa27be62.tar.gz
crawl-ref-4848dab14f3fb1714242577bd30d54e1aa27be62.zip
Change "hitpoints" to "health" in a few places
Crawl mostly uses "health" and "magic", with "HP" and "MP" in a few places where abbreviating is more appropriate.
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index dfeb115936..cf8a11de8a 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -597,7 +597,7 @@ static const char *targeting_help_wiz =
"<w>o</w>: give item to monster\n"
"<w>F</w>: cycle monster friendly/good neutral/neutral/hostile\n"
"<w>G</w>: make monster gain experience\n"
- "<w>Ctrl-H</w>: heal the monster to full hit points\n"
+ "<w>Ctrl-H</w>: heal the monster fully\n"
"<w>P</w>: apply divine blessing to monster\n"
"<w>m</w>: move monster or player\n"
"<w>M</w>: cause spell miscast for monster or player\n"