summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 808e73e321..6364789e5f 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -203,8 +203,9 @@ int list_spells()
" Hunger Level",
MEL_TITLE));
spell_menu.set_highlighter(NULL);
- spell_menu.set_more(formatted_string("Press '!' to toggle spell view."));
+ spell_menu.set_more(formatted_string("Press '!' or 'I' to toggle spell view."));
spell_menu.add_toggle_key('!');
+ spell_menu.add_toggle_key('I');
spell_menu.set_tag("spell");
for ( int i = 0; i < 52; ++i )