summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
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;