summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 20:10:55 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-24 20:10:55 +0000
commit0772724241a271f99c897c2831d80b1c1f41ea22 (patch)
treeff61745a7e63e2bc16593fe72216a1230606d5b3 /crawl-ref
parent770de1629974c09c1ea1489b629b8f0ad22ae119 (diff)
downloadcrawl-ref-0772724241a271f99c897c2831d80b1c1f41ea22.tar.gz
crawl-ref-0772724241a271f99c897c2831d80b1c1f41ea22.zip
Consistently capitalize "sanctuary".
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4595 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/abl-show.cc2
-rw-r--r--crawl-ref/source/religion.cc4
2 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc
index 66905fdd70..86798be6ec 100644
--- a/crawl-ref/source/abl-show.cc
+++ b/crawl-ref/source/abl-show.cc
@@ -956,7 +956,7 @@ static bool _activate_talent(const talent& tal)
if (tal.which == ABIL_ZIN_SANCTUARY && env.sanctuary_time)
{
- mpr("There's already a Sanctuary in place on this level.");
+ mpr("There's already a sanctuary in place on this level.");
crawl_state.zero_turns_taken();
return (false);
}
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 2cb741aa9f..4448765d2e 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -206,7 +206,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call upon Zin for revitalisation",
"",
"",
- "call upon Zin to create a Sanctuary" },
+ "call upon Zin to create a sanctuary" },
// TSO
{ "You and your allies can now gain power from killing evil.",
"call upon The Shining One for a divine shield",
@@ -292,7 +292,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"call upon Zin for revitalisation",
"",
"",
- "call upon Zin to create a Sanctuary" },
+ "call upon Zin to create a sanctuary" },
// TSO
{ "You and your allies can no longer gain power from killing evil.",
"call upon The Shining One for a divine shield",