summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index ce21e2f30f..27f8ab89cb 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2629,7 +2629,7 @@ static void _decrement_durations()
if (_decrement_a_duration(DUR_ICY_ARMOUR,
"Your icy armour evaporates.",
6, coinflip(),
- "Your icy armour start to melt."))
+ "Your icy armour starts to melt."))
{
you.redraw_armour_class = true;
}