From 6f4e8d8799abda4540693769d4c96af328858027 Mon Sep 17 00:00:00 2001 From: dploog Date: Thu, 7 Aug 2008 12:46:40 +0000 Subject: 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 --- crawl-ref/source/output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/output.cc') 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 -- cgit v1.2.3-54-g00ecf