summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
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 f33225686d..d779c19fc9 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -918,7 +918,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