summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-25 14:18:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-25 14:18:47 +0000
commita1e498be02c90a395f3b844ef10896b6810608b8 (patch)
tree7f293cbe35f0b264c18840490c0ad7123fb786fd /crawl-ref/source/tutorial.cc
parent0e88d35a455c4c56b0edc0fc6729b0d1b8014731 (diff)
downloadcrawl-ref-a1e498be02c90a395f3b844ef10896b6810608b8.tar.gz
crawl-ref-a1e498be02c90a395f3b844ef10896b6810608b8.zip
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
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc10
1 files changed, 5 insertions, 5 deletions
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 (<w>X</w>) with "
- "<w>ee</w> 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 <w>Xe</w>.";
+ "<w>ee</w> 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 <w>Xe</w>.";
}
break;
@@ -2543,7 +2543,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
if (_cant_butcher())
{
text << "(Or you <w>could</w> 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)