From 4a0b78a8c9652f73a7d5a9af45219c33a04c7065 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 12 Jul 2008 15:40:28 +0000 Subject: Apply trunk r6514 to 0.4. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6515 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index ece23849de..65c870975b 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -750,16 +750,16 @@ void tutorial_death_screen() case 2: text = "Rest between encounters, if possible in an area already " - "already explored and cleared of monsters. In Crawl, " - "searching and resting are one and the same. To search " - "for one turn, press s, ., delete or " + "explored and cleared of monsters. In Crawl, searching and " + "resting are one and the same. To search for one turn, " + "press s, ., delete or " "keypad-5. Pressing 5 or " - "shift-and-keypad-5 " + "shift-and-keypad-5" #ifdef USE_TILE - ", or clicking into the stat area " + ", or clicking into the stat area" #endif - "will let you rest for a longer time (you will stop resting " - "after 100 turns, or when fully healed)."; + " will let you rest for a longer time (you will stop " + "resting after 100 turns, or when fully healed)."; break; case 3: @@ -821,7 +821,7 @@ void tutorial_finished() else if (Options.tut_travel) { text = "There is a convenient way for travelling between far away " - "dungeon levels: press G and enter the desired " + "dungeon levels: press Ctrl-G and enter the desired " "destination. If your travel gets interrupted, issueing " "G Enter will continue it."; } @@ -2731,7 +2731,7 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y) #ifdef USE_TILE "right-click on the player avatar."; #else - "press %%."; + "press %."; #endif break; @@ -3730,8 +3730,8 @@ static void _tutorial_describe_cloud(int x, int y) if (!is_damaging_cloud(ctype, true)) { ostr << "currently harmless, but that could change at some point. " - "Check the overview screen (%%) to view your " - " resistances."; + "Check the overview screen (%) to view your " + "resistances."; need_cloud = true; } else -- cgit v1.2.3-54-g00ecf