summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 689966df92..3cc763da2a 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -1343,7 +1343,7 @@ static std::string _describe_armour( const item_def &item, bool verbose )
}
description += "$It fits ";
- description += (race == ISFLAG_DWARVEN) ? "dwarves" :
+ description += (race == ISFLAG_DWARVEN) ? "dwarfs" :
(race == ISFLAG_ELVEN) ? "elves"
: "orcs";
description += " well.";