summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fineff.cc
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-09-12 14:02:06 -0400
committerelliptic <hyperelliptical@gmail.com>2012-09-12 14:02:06 -0400
commit8d17072e09dfc17621a1214de0fa7512a3ccaa44 (patch)
tree58f449a49b7f695b17dbcf46620510b1a1c7403d /crawl-ref/source/fineff.cc
parent0e41ff7131594d8d89cee17035cf4304170ed873 (diff)
downloadcrawl-ref-8d17072e09dfc17621a1214de0fa7512a3ccaa44.tar.gz
crawl-ref-8d17072e09dfc17621a1214de0fa7512a3ccaa44.zip
Fix TRJ capitalization (elliott).
Diffstat (limited to 'crawl-ref/source/fineff.cc')
-rw-r--r--crawl-ref/source/fineff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/fineff.cc b/crawl-ref/source/fineff.cc
index 60f4d2bec2..361da4526c 100644
--- a/crawl-ref/source/fineff.cc
+++ b/crawl-ref/source/fineff.cc
@@ -224,10 +224,10 @@ void trj_spawn_fineff::fire()
}
}
else if (spawned == 1)
- mpr("One of the Royal Jelly's fragments survives.");
+ mpr("One of the royal jelly's fragments survives.");
else
{
- mprf("The dying Royal Jelly spits out %s more jellies.",
+ mprf("The dying royal jelly spits out %s more jellies.",
number_in_words(spawned).c_str());
}
}