summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-11 17:42:45 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-12 00:58:16 +0100
commit251549e47f93f74a237562e14df1b18d5f61f93e (patch)
tree90e541ee859f16f59b196cf3b6aa99a2c42eb64b /crawl-ref/source/itemprop.cc
parentd8934d1f49d8531c6d8913102bdcd31df3e48224 (diff)
downloadcrawl-ref-251549e47f93f74a237562e14df1b18d5f61f93e.tar.gz
crawl-ref-251549e47f93f74a237562e14df1b18d5f61f93e.zip
Fix missing dot.
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index d14d2b5d6d..20acaf45aa 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -485,7 +485,7 @@ void do_curse_item( item_def &item, bool quiet )
{
if (!quiet)
{
- mprf("Your %s glows black briefly, but repels the curse",
+ mprf("Your %s glows black briefly, but repels the curse.",
item.name(DESC_PLAIN).c_str());
}
return;