summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index d1b2549c27..0b51df6ad6 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2227,7 +2227,7 @@ bool melee_attack::distortion_affects_defender()
if (defender_visible)
{
special_damage_message =
- make_stringf("%s %s in the translocular energy.",
+ make_stringf("%s %s in the distortional energy.",
def_name(DESC_CAP_THE).c_str(),
defender->conj_verb("bask").c_str());
}