summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.cc
diff options
context:
space:
mode:
authorRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:42:56 -0500
committerRobert Burnham <burnhamrobertp@gmail.com>2011-03-25 13:42:56 -0500
commitf03b72da3bdf9246c1c343a0308717b54dc97daa (patch)
tree74fb715344cb1e859dbd59d5ddc6a3f5d51754ed /crawl-ref/source/dgn-shoals.cc
parentf6a5725258000fd37381ffcd38fb1a2c15cdadde (diff)
downloadcrawl-ref-f03b72da3bdf9246c1c343a0308717b54dc97daa.tar.gz
crawl-ref-f03b72da3bdf9246c1c343a0308717b54dc97daa.zip
Replace DESC_NOCAP_YOUR and DESC_CAP_YOUR with DESC_YOUR
Diffstat (limited to 'crawl-ref/source/dgn-shoals.cc')
-rw-r--r--crawl-ref/source/dgn-shoals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dgn-shoals.cc b/crawl-ref/source/dgn-shoals.cc
index 59fe46bd5d..aa4f019b1c 100644
--- a/crawl-ref/source/dgn-shoals.cc
+++ b/crawl-ref/source/dgn-shoals.cc
@@ -1115,7 +1115,7 @@ void shoals_release_tide(monster* mons)
if (player_can_hear(mons->pos()))
{
mprf(MSGCH_SOUND, "The tide is released from %s call.",
- apostrophise(mons->name(DESC_NOCAP_YOUR, true)).c_str());
+ apostrophise(mons->name(DESC_YOUR, true)).c_str());
if (you.see_cell(mons->pos()))
flash_view_delay(ETC_WATER, 150);
}