summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 2dba6303a7..b4e365a41a 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1219,7 +1219,7 @@ static bool _append_books(std::string &desc, item_def &item, std::string key)
if (already)
desc += "/" ;
- desc += spelltype_name( 1 << i );
+ desc += spelltype_long_name( 1 << i );
already = true;
}
}