summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.cc
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2014-04-23 20:26:11 +0200
committerShmuale Mark <shm.mark@gmail.com>2014-04-30 02:54:56 -0400
commit6c4d5f362d3d97d813621ed023ca5137cea4e254 (patch)
tree7b8a0112fad4bbdc792ccc83b27347fd588fa654 /crawl-ref/source/status.cc
parentd01b5af2a3bc6c3d87e2643ec36fc9d146f7d82f (diff)
downloadcrawl-ref-6c4d5f362d3d97d813621ed023ca5137cea4e254.tar.gz
crawl-ref-6c4d5f362d3d97d813621ed023ca5137cea4e254.zip
Rename 'Stlth' status and mutation info to 'Stealth'
Those are not sufficiently pressed for space to explain the obfuscation.
Diffstat (limited to 'crawl-ref/source/status.cc')
-rw-r--r--crawl-ref/source/status.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/status.cc b/crawl-ref/source/status.cc
index 8cfaa87196..93f1becfb7 100644
--- a/crawl-ref/source/status.cc
+++ b/crawl-ref/source/status.cc
@@ -97,7 +97,7 @@ static duration_def duration_data[] =
{ DUR_SILENCE, true,
MAGENTA, "Sil", "silence", "You radiate silence." },
{ DUR_STEALTH, false,
- BLUE, "Stlth", "especially stealthy", "" },
+ BLUE, "Stealth", "especially stealthy", "" },
{ DUR_AFRAID, true,
RED, "Fear", "afraid", "You are terrified." },
{ DUR_MIRROR_DAMAGE, false,