summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index b6baf494ac..721fd28e31 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1282,8 +1282,8 @@ void process_command( command_type cmd )
break;
case CMD_LOOK_AROUND:
- mpr("Move the cursor around to observe a square.", MSGCH_PROMPT);
- mpr("Press 'v' to describe it or '?' for help.",
+ mpr("Move the cursor around to observe a square "
+ "(v - describe square, ? - help)",
MSGCH_PROMPT);
struct dist lmove; // will be initialized by direction()