summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index c1a9a4b633..e3a72439f0 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -1272,8 +1272,8 @@ std::string feature_description(int grid)
return ("A staircase to the Tomb.");
case DNGN_ENTER_SWAMP:
return ("A staircase to the Swamp.");
- case DNGN_ENTER_ISLANDS:
- return ("A staircase to the Islands.");
+ case DNGN_ENTER_SHOALS:
+ return ("A staircase to the Shoals.");
case DNGN_RETURN_FROM_ORCISH_MINES:
case DNGN_RETURN_FROM_HIVE:
case DNGN_RETURN_FROM_LAIR:
@@ -1283,7 +1283,7 @@ std::string feature_description(int grid)
case DNGN_RETURN_FROM_SLIME_PITS:
case DNGN_RETURN_FROM_SNAKE_PIT:
case DNGN_RETURN_FROM_SWAMP:
- case DNGN_RETURN_FROM_ISLANDS:
+ case DNGN_RETURN_FROM_SHOALS:
return ("A staircase back to the Lair.");
case DNGN_RETURN_FROM_CRYPT:
case DNGN_RETURN_FROM_HALL_OF_BLADES: