summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 13:39:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 13:39:29 +0000
commit9e3b39e56bd9fa78be59e5acfd185589191303e9 (patch)
treec3e8c7bafc70dd491198143833ce92f142afac88 /crawl-ref/source/spells3.cc
parentf79f1dcbc304c5bc0736ad2bee5dcbb67bad05f2 (diff)
downloadcrawl-ref-9e3b39e56bd9fa78be59e5acfd185589191303e9.tar.gz
crawl-ref-9e3b39e56bd9fa78be59e5acfd185589191303e9.zip
Add capitalization fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6288 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index c117b049f0..28dfc56204 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1758,10 +1758,10 @@ bool cast_sanctuary(const int power)
if (cloud_count == 1)
mprf(MSGCH_GOD, "By Zin's power, the foul cloud within the "
- " Sanctuary is swept away.");
+ " sanctuary is swept away.");
else if (cloud_count > 1)
mprf(MSGCH_GOD, "By Zin's power, all foul fumes within the "
- " Sanctuary are swept away.");
+ " sanctuary are swept away.");
return (true);
}