summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-04 11:19:30 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-04 11:19:30 +0000
commit6945b9d587b894371ba4d6d99f9ee1b8ee3beb86 (patch)
treedd06afe37a53435e851d05733e68cbc4693fb3c5 /crawl-ref/source/tilereg.cc
parentfaa0373f540fe6d160df6a7e95a0da21db6af1c6 (diff)
downloadcrawl-ref-6945b9d587b894371ba4d6d99f9ee1b8ee3beb86.tar.gz
crawl-ref-6945b9d587b894371ba4d6d99f9ee1b8ee3beb86.zip
Update tutorial information, inscription warnings and tooltips for wands
and misc. items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9732 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilereg.cc')
-rw-r--r--crawl-ref/source/tilereg.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg.cc b/crawl-ref/source/tilereg.cc
index 01518e0739..0e809328b2 100644
--- a/crawl-ref/source/tilereg.cc
+++ b/crawl-ref/source/tilereg.cc
@@ -1739,7 +1739,7 @@ bool InventoryRegion::update_tip_text(std::string& tip)
}
break;
case OBJ_WANDS:
- tip += "Zap (Z)";
+ tip += "Evoke (V)";
if (wielded)
tip += "\n[Ctrl-L-Click] Unwield (w-)";
break;