summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 539bfe8198..f7b3f495fc 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -1101,7 +1101,7 @@ bool monster_polymorph( monsters *monster, monster_type targetc,
&& MONST_INTERESTING(monster))
{
take_note(Note(NOTE_POLY_MONSTER, monster->type, 0,
- monster->name(DESC_NOCAP_A, true).c_str()));
+ monster->name(DESC_CAP_A, true).c_str()));
}
// messaging: {dlb}