summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
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)