From a1e498be02c90a395f3b844ef10896b6810608b8 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 25 May 2009 14:18:47 +0000 Subject: Add a few more tutorial tweaks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9828 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/tutorial.cc') diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc index 36feb925b2..c46540b440 100644 --- a/crawl-ref/source/tutorial.cc +++ b/crawl-ref/source/tutorial.cc @@ -2167,10 +2167,10 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) text << "\nTo avoid accidentally opening a door you'd rather " "remain closed during travel or autoexplore, you can mark " "it with an exclusion from the map view (X) with " - "ee while you cursor is on the grid in question. " - "Such an exclusion will prevent autotravel to ever enter " - "that grid until you remove the exclusion with another " - "press of Xe."; + "ee while your cursor is on the grid in question. " + "Such an exclusion will prevent autotravel from ever " + "entering that grid until you remove the exclusion with " + "another press of Xe."; } break; @@ -2543,7 +2543,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc) if (_cant_butcher()) { text << "(Or you could sacrifice it if it weren't for " - "the fact that you can't let go of you cursed " + "the fact that you can't let go of your cursed " "non-chopping weapon)"; } else if (_num_butchery_tools() == 0) -- cgit v1.2.3-54-g00ecf