summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 66ab9a0cdb..4797251ab2 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -2004,7 +2004,7 @@ int portal()
return 1;
}
- mpr("Which direction ('<' for up, '>' for down, 'x' to quit)?",
+ mpr("Which direction ('<' for up, '>' for down, 'x' to quit)? ",
MSGCH_PROMPT);
int dir_sign = 0;
@@ -2036,7 +2036,7 @@ int portal()
}
}
- mpr("How many levels (1 - 9, 'x' to quit)?", MSGCH_PROMPT);
+ mpr("How many levels (1 - 9, 'x' to quit)? ", MSGCH_PROMPT);
int amount = 0;
while (amount == 0)