From 857b8af2eec85ae7fccbdc1bf9cd637ce7b36f09 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 5 Dec 2018 23:15:14 +0200 Subject: [PATCH] Add missing valid location descriptors --- src/do_name.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/do_name.c b/src/do_name.c index 38665135e..01feca7e7 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -57,7 +57,9 @@ static const char *const gloc_descr[NUM_GLOCS][4] = { { "any unexplored areas", "unexplored area", "unexplored location", "unexplored locations" }, { "anything interesting", "interesting thing", "anything interesting", - "anything interesting" } + "anything interesting" }, + { "any valid locations", "valid location", "valid location", + "valid locations" } }; static const char *const gloc_filtertxt[NUM_GFILTER] = { -- 2.40.0