summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 7111bc8881..b6df1ef8d5 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -656,7 +656,7 @@ void up_stairs(dungeon_feature_type force_stair,
mpr("Warning: level annotation for next level is:", MSGCH_PROMPT);
mpr(get_level_annotation(next_level_id).c_str(), MSGCH_PROMPT);
- if (!yesno("Enter next level anyways?", true, 0, true, false))
+ if (!yesno("Enter next level anyway?", true, 0, true, false))
{
interrupt_activity( AI_FORCE_INTERRUPT );
return;