summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-07 12:46:40 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-07 12:46:40 +0000
commit6f4e8d8799abda4540693769d4c96af328858027 (patch)
tree1f7fd71e5d63757c644343e3bcec2aa36f892411 /crawl-ref/source/output.cc
parent4abb413f41391fc7ac867a4fe4032e33103ba27e (diff)
downloadcrawl-ref-6f4e8d8799abda4540693769d4c96af328858027.tar.gz
crawl-ref-6f4e8d8799abda4540693769d4c96af328858027.zip
Replace "Level:" by "Place:" in the HUD.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6790 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 54c9e9401b..117418492b 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -913,7 +913,7 @@ void print_stats_level()
ypos++;
cgotoxy(19, ypos, GOTO_STAT);
textcolor(HUD_CAPTION_COLOR);
- cprintf("Level: ");
+ cprintf("Place: ");
textcolor(HUD_VALUE_COLOR);
#if DEBUG_DIAGNOSTICS