summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-22 00:35:03 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-22 00:35:55 +0100
commit9b7ae9b2c75f4ee9c5d461213ecc11ad92dc26d3 (patch)
treef4c537dbb58de41366e5fbf23ad9268e52ac4f3e /crawl-ref/source/tutorial.cc
parent49df4d7d812b82a9fe9e74ae4c5399e7f30aedb4 (diff)
downloadcrawl-ref-9b7ae9b2c75f4ee9c5d461213ecc11ad92dc26d3.tar.gz
crawl-ref-9b7ae9b2c75f4ee9c5d461213ecc11ad92dc26d3.zip
Another small tutorial tweak.
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index a1a291fcc3..c0ee4485d2 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -2001,8 +2001,8 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
{
text << "\nYou can also offer corpses to "
<< god_name(you.religion)
- << " by <w>%</w>raying over them to offer them. Note that the "
- "gods will not accept rotting flesh.";
+ << " by <w>%</w>raying over them. Note that the gods will not "
+ "accept rotting flesh.";
cmd.push_back(CMD_PRAY);
}
text << "\nDuring the tutorial you can reread this information at "