summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index b24584db05..de7e3f3b9f 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1217,8 +1217,8 @@ static bool _prompt_dangerous_portal(dungeon_feature_type ftype)
{
case DNGN_ENTER_PANDEMONIUM:
case DNGN_ENTER_ABYSS:
- return yesno("If you enter this portal you may not be able to return."
- " Continue?", false, 'n');
+ return yesno("If you enter this portal you will not be able to return "
+ "immediately. Continue?", false, 'n');
default:
return (true);