summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-03 06:22:38 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-03 06:22:38 +0000
commite320e6ae2fdaad35331fcd4a610d1d5fb61b600e (patch)
tree1461996c793ded4c3a8d9e1b2b82ff971dff11d7 /crawl-ref/source/libgui.cc
parent6c5a75e67ee5a0ec667c6581942cf9ce2d932bcc (diff)
downloadcrawl-ref-e320e6ae2fdaad35331fcd4a610d1d5fb61b600e.tar.gz
crawl-ref-e320e6ae2fdaad35331fcd4a610d1d5fb61b600e.zip
[1885302] Use commonwealth "defence" instead of "defense".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3389 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/libgui.cc')
-rw-r--r--crawl-ref/source/libgui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/libgui.cc b/crawl-ref/source/libgui.cc
index ba8f295192..d47f6a6b04 100644
--- a/crawl-ref/source/libgui.cc
+++ b/crawl-ref/source/libgui.cc
@@ -1340,7 +1340,7 @@ static int handle_mouse_motion(int mouse_x, int mouse_y, bool init)
break;
case OBJ_MISCELLANY + 18:
if (you.inv[ix].sub_type >= MISC_DECK_OF_ESCAPE
- && you.inv[ix].sub_type <= MISC_DECK_OF_DEFENSE)
+ && you.inv[ix].sub_type <= MISC_DECK_OF_DEFENCE)
{
desc += "Draw a card (E)";
break;