summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-05-26 08:17:32 -0700
committergammafunk <gammafunk@gmail.com>2014-05-26 23:17:55 -0500
commitd148ff1bc692d27e0b426a07851d51f78895bdbc (patch)
tree34e3604d882eaa1e99d1007cec36bc270bd4039d /crawl-ref/source/hints.cc
parent2371adb45923b9b02faa5c4fff65df3c535f7de4 (diff)
downloadcrawl-ref-d148ff1bc692d27e0b426a07851d51f78895bdbc.tar.gz
crawl-ref-d148ff1bc692d27e0b426a07851d51f78895bdbc.zip
Tweak a tutorial message
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index b4e92e1cd5..7f3c9f8281 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -2011,8 +2011,7 @@ void learned_something_new(hints_event_type seen_what, coord_def gc)
text << "Sadly, your inventory is limited to 52 items, and it "
"appears your knapsack is full.";
text << " However, this is easy enough to rectify: simply "
- "<w>%</w>rop some of the stuff you don't need or that's too "
- "heavy to lug around permanently.";
+ "<w>%</w>rop some of the stuff you don't need right now.";
cmd.push_back(CMD_DROP);
#ifdef USE_TILE