summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-30 06:16:08 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-30 06:16:08 +0000
commit000472ae640b2c259d1f5b24eb5cf78a3ec48ad5 (patch)
treeb0044d25cc8f609ea76c126b14a191eaecfd9ae3 /crawl-ref/source/tutorial.cc
parent2f46c73905b46f12c770e8e269a5c4dac0d2de2b (diff)
downloadcrawl-ref-000472ae640b2c259d1f5b24eb5cf78a3ec48ad5.tar.gz
crawl-ref-000472ae640b2c259d1f5b24eb5cf78a3ec48ad5.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5340 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index a90bbf1508..04360d9061 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1659,7 +1659,7 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y)
}
else if (Options.tutorial_type == TUT_MAGIC_CHAR)
{
- text << "\nHowever, as a spellslinger you don't really need "
+ text << "\nHowever, as a spellslinger, you don't really need "
"another type of ranged attack, unless there's another "
"effect in addition to damage.";
}
@@ -2468,9 +2468,9 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y)
break;
case TUT_GOD_DISPLEASED:
- text << "Uh-oh, " << god_name(you.religion) << " is growing displead "
- "because your piety is running low. This can be caused by "
- "you doing things to annoy him";
+ text << "Uh-oh, " << god_name(you.religion) << " is growing "
+ "displeased because your piety is running low. This can be "
+ "caused by your doing things to annoy him";
if (!is_good_god(you.religion))
{
@@ -2480,9 +2480,9 @@ void learned_something_new(tutorial_event_type seen_what, int x, int y)
}
text << ". ";
- text << "If your piety goes to zero then you'll be excomunnicated. "
- "Better get cracking on raising your piety and/or stop "
- "annoying annoying your god.";
+ text << "If your piety goes to zero, then you'll be excomunicated. "
+ "Better get cracking on raising your piety, and/or stop "
+ "annoying your god.";
break;
case TUT_EXCOMMUNICATE: