summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorEino Keskitalo <eino.keskitalo@gmail.com>2013-03-15 16:12:15 +0200
committerEino Keskitalo <eino.keskitalo@gmail.com>2013-07-01 10:23:18 +0300
commit9d83c65ba2b523284e3074cf5587f695b5e63e2c (patch)
tree4f45cdda4af34491f2548646f230b5b051bc1123 /crawl-ref/source/hints.cc
parent95253269727ea4685d734f6b30db6018ba06f7e0 (diff)
downloadcrawl-ref-9d83c65ba2b523284e3074cf5587f695b5e63e2c.tar.gz
crawl-ref-9d83c65ba2b523284e3074cf5587f695b5e63e2c.zip
Capitalization fix.
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index 6e864178c5..4656c73c55 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -2055,7 +2055,7 @@ void learned_something_new(hints_event_type seen_what, coord_def gc)
case HINT_MULTI_PICKUP:
text << "There are a lot of items here. You can pick them up one by one, "
- "but you can also choose them from a menu: Type <w>%</w><w>%</w> "
+ "but you can also choose them from a menu: type <w>%</w><w>%</w> "
#ifdef USE_TILE
"or <w>click</w> on the player doll "
#endif