summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 8e9bf686b3..76db1935e1 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1255,7 +1255,7 @@ bool cast_summon_elemental(int pow, god_type god,
while (true)
{
- mpr("Summon from material in which direction?", MSGCH_PROMPT);
+ mpr("Summon from material in which direction? ", MSGCH_PROMPT);
direction(smove, DIR_DIR, TARG_ANY);