summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-01 18:04:58 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-06-01 18:04:58 +0000
commit907c8096a95feeec60fcf696598316d398051092 (patch)
treef3a9ba3cb29e6dfa01a25fe1c9ef4fa29b13cd4a /crawl-ref/source/tutorial.cc
parente9a58044e36966a261704a21681e1240f985ea45 (diff)
downloadcrawl-ref-907c8096a95feeec60fcf696598316d398051092.tar.gz
crawl-ref-907c8096a95feeec60fcf696598316d398051092.zip
Apply 0.5 r9875 to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9877 c06c8d41-db1a-0410-9941-cceddc491573
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 8a219e6d29..01dc15f4c1 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -1889,7 +1889,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
"e<w>v</w>oking it. For the latter the power depends on "
"your Evocations skill.";
#ifdef USE_TILE
- text << "Both wielding and evoking a wielded item can be achieved "
+ text << " Both wielding and evoking a wielded item can be achieved "
"by clicking on it with your <w>left mouse button</w>.";
#endif
text << "\nDuring the tutorial you can reread this information at "
@@ -2436,7 +2436,7 @@ void learned_something_new(tutorial_event_type seen_what, coord_def gc)
"<w>e</w>at something quickly, or you'll die. The safest "
"way to deal with this is to simply eat something from your "
"inventory, rather than wait for a monster to leave a corpse. "
- "In a pinch potions and fountains also can provide some "
+ "In a pinch, potions and fountains also can provide some "
"nutrition, though not as much as food.";
if (Options.tutorial_type == TUT_MAGIC_CHAR)