From 77398364e73bee6487c9ae0006144d03ba90ada0 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 14 May 2009 14:34:31 +0000 Subject: Modify ?v to read in the list of changed command keys. Modify version highlights. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9765 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/player.cc') diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc index 8f63c80d8e..2aac34031c 100644 --- a/crawl-ref/source/player.cc +++ b/crawl-ref/source/player.cc @@ -3950,7 +3950,7 @@ void display_char_status() } _output_expiring_message(DUR_ICY_ARMOUR, - "You are protected by an icy shield."); + "You are protected by an icy armour."); _output_expiring_message(DUR_REPEL_MISSILES, "You are protected from missiles."); -- cgit v1.2.3-54-g00ecf