summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ability.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/ability.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/ability.cc')
-rw-r--r--crawl-ref/source/ability.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ability.cc b/crawl-ref/source/ability.cc
index 7947877407..190a348523 100644
--- a/crawl-ref/source/ability.cc
+++ b/crawl-ref/source/ability.cc
@@ -1566,7 +1566,7 @@ static bool _check_ability_possible(const ability_def& abil,
&& !player_rotted())
{
if (!quiet)
- mpr("You don't need to restore your stats or hit points!");
+ mpr("You don't need to restore your stats or health!");
return false;
}
return true;