From d72d2685c01c30d77a8767c0cb8ee746f3cf9267 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 2 Jul 2020 08:50:32 -0700 Subject: [PATCH] Dropped period in English knowledge menu entry for consistency with the other entries. --- src/cmd4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd4.c b/src/cmd4.c index aa3cacc8f..5d2b27f95 100644 --- a/src/cmd4.c +++ b/src/cmd4.c @@ -8075,7 +8075,7 @@ void do_cmd_knowledge(void) prt("(7) Display current pets", 12, 5); prt("(8) Display home inventory", 13, 5); prt("(9) Display *identified* equip.", 14, 5); - prt("(0) Display terrain symbols.", 15, 5); + prt("(0) Display terrain symbols", 15, 5); } else { -- 2.11.0