From 5799afe36a266d26248c32ffd43285ab15a02235 Mon Sep 17 00:00:00 2001 From: dploog Date: Fri, 20 Feb 2009 05:12:20 +0000 Subject: Hint at the force prompt feature when entering annotations. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9139 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/overmap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/overmap.cc b/crawl-ref/source/overmap.cc index fa1d3841e5..d491f551e8 100644 --- a/crawl-ref/source/overmap.cc +++ b/crawl-ref/source/overmap.cc @@ -797,7 +797,7 @@ void annotate_level() mpr(get_level_annotation(li).c_str() ); } - mpr( "Set level annotation to what? ", MSGCH_PROMPT ); + mpr( "Set level annotation to what (using ! forces prompt)? ", MSGCH_PROMPT ); char buf[77]; if (cancelable_get_line( buf, sizeof(buf) )) -- cgit v1.2.3-54-g00ecf