summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/overmap.cc')
-rw-r--r--crawl-ref/source/overmap.cc2
1 files changed, 1 insertions, 1 deletions
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) ))