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.cc9
1 files changed, 1 insertions, 8 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index 42c040a3c0..780d1184dc 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -216,14 +216,7 @@ int list_spells(bool toggle_with_I, bool viewing)
spell_menu.add_toggle_key('I');
more_str += "or 'I' ";
}
- more_str += "to toggle spell view";
- if (!viewing)
- {
- spell_menu.allow_toggle = true;
- spell_menu.menu_action = Menu::ACT_EXECUTE;
- more_str += ", or '?' to read the descriptions";
- }
- more_str += ".";
+ more_str += "to toggle spell view.";
spell_menu.set_more(formatted_string(more_str));
for (int i = 0; i < 52; ++i)