summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref')
-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 8df9415332..acb1c47807 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2094,7 +2094,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
else if (stair_find == DNGN_ABANDONED_SHOP)
mpr("This shop appears to be closed.");
else
- mpr( "You can't go down here!" );
+ mpr("You can't go down here!");
return;
}