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.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index fc18dad09e..e1be483bf9 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -3651,11 +3651,11 @@ void tutorial_describe_item(const item_def &item)
"this tile of the ammo you want to fire, and then "
"<w>left mouse click</w> on the monster you want "
"to hit.\n\n"
-
+
"To launch this ammo using the keyboard, you can "
"simply ";
-#endif
-
+#endif
+
ostr << "<w>f</w>ire "
<< (item.quantity > 1 ? "these" : "this")
<< " " << item.name(DESC_BASENAME)