summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 484706a56e..d48cfe2fb4 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -3905,8 +3905,8 @@ bool enchant_weapon( enchant_stat_type which_stat, bool quiet, item_def &wpn )
{
if (!quiet)
{
- mprf("%s %s red for a moment.", iname.c_str(),
- wpn.quantity > 1 ? "glow" : "glows");
+ mprf("%s glow%s red for a moment.", iname.c_str(),
+ wpn.quantity > 1 ? "" : "s");
}
wpn.plus++;