From be40ff310485857780b8fa4c5590413ff686fe19 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Fri, 29 Mar 2019 16:33:51 +0200 Subject: [PATCH] Cursor targeting help improvement Based on feedback from users, explicitly show that m/M keys cycle to next/previous monster, and so on. --- src/do_name.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/do_name.c b/src/do_name.c index c4605b479..b0d113fd8 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -51,9 +51,9 @@ boolean FDECL((*gp_getvalidf), (int, int)); } static const char *const gloc_descr[NUM_GLOCS][4] = { - { "any monsters", "monster", "next monster", "monsters" }, - { "any items", "item", "next object", "objects" }, - { "any doors", "door", "next door or doorway", "doors or doorways" }, + { "any monsters", "monster", "next/previous monster", "monsters" }, + { "any items", "item", "next/previous object", "objects" }, + { "any doors", "door", "next/previous door or doorway", "doors or doorways" }, { "any unexplored areas", "unexplored area", "unexplored location", "unexplored locations" }, { "anything interesting", "interesting thing", "anything interesting", @@ -77,7 +77,7 @@ int gloc; { char sbuf[BUFSZ]; - Sprintf(sbuf, "Use '%s' or '%s' to %s%s%s.", + Sprintf(sbuf, "Use '%s'/'%s' to %s%s%s.", k1, k2, iflags.getloc_usemenu ? "get a menu of " : "move the cursor to ",