summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-inv.cc
diff options
context:
space:
mode:
authorRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:37:13 -0500
committerRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:37:13 -0500
commitf6a5725258000fd37381ffcd38fb1a2c15cdadde (patch)
treeeb97830765e859cb560713e29a2875fcd185ee49 /crawl-ref/source/tilereg-inv.cc
parent1ff96d184c6a5b808b8017e3fba82bc4af0908da (diff)
downloadcrawl-ref-f6a5725258000fd37381ffcd38fb1a2c15cdadde.tar.gz
crawl-ref-f6a5725258000fd37381ffcd38fb1a2c15cdadde.zip
Replace DESC_NOCAP_A and DESC_CAP_A with DESC_A
Diffstat (limited to 'crawl-ref/source/tilereg-inv.cc')
-rw-r--r--crawl-ref/source/tilereg-inv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg-inv.cc b/crawl-ref/source/tilereg-inv.cc
index 91cdbb2d5f..7a9a418d05 100644
--- a/crawl-ref/source/tilereg-inv.cc
+++ b/crawl-ref/source/tilereg-inv.cc
@@ -288,7 +288,7 @@ bool InventoryRegion::update_tip_text(std::string& tip)
tip += " - ";
}
- tip += item.name(DESC_NOCAP_A);
+ tip += item.name(DESC_A);
if (!display_actions)
return (true);