summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-02 20:37:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-02 20:37:47 +0000
commit02b574a73da2da02b3f5fbc7f12af0b0e40c8379 (patch)
tree7f9078c25663eb2b70abea6f762febfcd3db49b2 /crawl-ref/source/hiscores.cc
parentd6d852eff6e420d6cd57a5fa8c42d537d1cca5c4 (diff)
downloadcrawl-ref-02b574a73da2da02b3f5fbc7f12af0b0e40c8379.tar.gz
crawl-ref-02b574a73da2da02b3f5fbc7f12af0b0e40c8379.zip
Capitalization fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7348 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index ec7a1f4145..65e2151cb9 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -1654,7 +1654,7 @@ std::string scorefile_entry::death_description(death_desc_verbosity verbosity)
break;
case KILLED_BY_TSO_SMITING:
- desc += terse? "smote by Shining One" : "Smote by The Shining One";
+ desc += terse? "smote by Shining One" : "Smote by the Shining One";
needs_damage = true;
break;