summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/notes.cc')
-rw-r--r--crawl-ref/source/notes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/notes.cc b/crawl-ref/source/notes.cc
index d1feb6bf07..b7e1cc3c38 100644
--- a/crawl-ref/source/notes.cc
+++ b/crawl-ref/source/notes.cc
@@ -344,7 +344,7 @@ std::string Note::describe( bool when, bool where, bool what ) const
result << "Defeated " << name;
break;
case NOTE_POLY_MONSTER:
- result << name << " changed form";
+ result << name << " changed into " << desc;
break;
case NOTE_GOD_POWER:
result << "Acquired "