summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/tutorial.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 50619e7585..62520d7e79 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -3324,7 +3324,8 @@ void tutorial_describe_item(const item_def &item)
break;
}
case OBJ_WANDS:
- ostr << "The magic within can be unleashed by <w>Z</w>apping it.";
+ ostr << "The magic within can be unleashed by evoking "
+ "(<w>V</w>) it.";
#ifdef USE_TILE
ostr << " Alternatively, simply click on its tile.";
#endif