summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index aa4fbd17b1..6b8d33e8e3 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -1278,7 +1278,7 @@ bool bless_follower(monsters *follower,
if (more_time)
{
- result += (more_time == 2) ? "permanence in this world"
+ result += (more_time == 2) ? "permanent time in this world"
: "more time in this world";
}