From ba32b4c6d13011afc9e89b01c9a4aba693f2a7b0 Mon Sep 17 00:00:00 2001 From: evktalo Date: Tue, 6 Oct 2009 20:19:55 +0300 Subject: Modify a few tutorial messages according to the z/Z changes. Signed-off-by: evktalo --- crawl-ref/source/tutorial.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index 0a0b545e1d..1200120530 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -3225,7 +3225,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) } text << "If the spellcasting success chance is high (which can be " - "checked by entering z\? or I) then a miscast " + "checked by entering Z\? or I) then a miscast " "merely means the spell is not working, along with a harmless " "side effect. " "However, for spells with a low success rate, there's a chance " @@ -3241,7 +3241,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) } case TUT_SPELL_HUNGER: text << "The spell you just cast made you hungrier; you can see how " - "hungry spells make you by entering z\?! or II. " + "hungry spells make you by entering Z\?! or II. " "The amount of nutrition consumed increases with the level of " "the spell and decreases depending on your intelligence stat " "and your Spellcasting skill. If both of these are high " @@ -3329,7 +3329,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) std::vector listed; if (Options.tutorial_type == TUT_MAGIC_CHAR) - listed.push_back("your spells (z?)"); + listed.push_back("your spells (Z?)"); if (!your_talents(false).empty()) listed.push_back("your abilities"); if (Options.tutorial_type != TUT_MAGIC_CHAR || how_mutated()) -- cgit v1.2.3-54-g00ecf