summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 6cb542d5d6..f98eb576af 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2042,7 +2042,7 @@ void get_feature_desc(const coord_def &pos, describe_info &inf)
if (feat == DNGN_ENTER_PORTAL_VAULT && !custom_desc)
{
- long_desc = "UNDESCRIBE PORTAL VAULT ENTRANCE.";
+ long_desc = "UNDESCRIBED PORTAL VAULT ENTRANCE.";
custom_desc = true;
}