summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 4aaae00e4f..d7cf5b96c8 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1270,7 +1270,7 @@ static void _new_god_conduct()
if (is_good_god(you.religion))
{
- // For the good gods, piety grows over them.
+ // For the good gods, piety grows over time.
text << "From now on, " << new_god_name << " will watch over you and "
"judge your behaviour. Thus, your actions will greatly "
"influence your piety (divine favour). If your piety runs out ";