summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 1b22578dd1..5ab9bb330f 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1462,8 +1462,8 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode,
if (coinflip()
&& slide_feature_over(you.pos(), coord_def(-1, -1), false))
{
- mprf("%s slides away from you right after you %s through "
- "it!", stair_str.c_str(), verb.c_str());
+ mprf("%s slides away from you right after you %s it!",
+ stair_str.c_str(), verb.c_str());
}
if (coinflip())