summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 18ff4e67d2..9df4f3000d 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2120,7 +2120,7 @@ static void describe_monster(const monsters *mon)
if (mon->haloed())
{
- mprf(MSGCH_EXAMINE, "%s is illuminated by a halo.",
+ mprf(MSGCH_EXAMINE, "%s is illuminated by a divine halo.",
mon->pronoun(PRONOUN_CAP).c_str());
}