From 4287de9c1c1b17a5dac5cdbd842c5f819f026ab2 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Sun, 20 Oct 2019 09:45:25 -0700 Subject: [PATCH] In descriptions but not keywords, replaced "armors" with "armor". --- src/autopick.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/autopick.c b/src/autopick.c index ec469e018..77205f730 100644 --- a/src/autopick.c +++ b/src/autopick.c @@ -2431,7 +2431,7 @@ static void describe_autopick(char *buff, autopick_type *entry) { before_str[before_n++] = "very rare"; body_str = "equipments"; - after_str[after_n++] = "such as Dragon armors, Blades of Chaos, etc."; + after_str[after_n++] = "such as Dragon armor, Blades of Chaos, etc."; } /*** Common equipments ***/ @@ -2439,7 +2439,7 @@ static void describe_autopick(char *buff, autopick_type *entry) { before_str[before_n++] = "relatively common"; body_str = "equipments"; - after_str[after_n++] = "compared to very rare Dragon armors, Blades of Chaos, etc."; + after_str[after_n++] = "compared to very rare Dragon armor, Blades of Chaos, etc."; } /*** Worthless items ***/ -- 2.11.0