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 28a42faf35..a6c91d3074 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -780,7 +780,7 @@ std::string get_god_dislikes(god_type which_god, bool /*verbose*/)
case GOD_TROG:
dislikes.push_back("you memorise spells");
- dislikes.push_back("you cast spells");
+ dislikes.push_back("you attempt to cast spells");
break;
case GOD_BEOGH: