OSDN Git Service

In descriptions but not keywords, replaced "armors" with "armor".
authorEric Branlund <ebranlund@fastmail.com>
Sun, 20 Oct 2019 16:45:25 +0000 (09:45 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 18 Jan 2020 13:22:12 +0000 (22:22 +0900)
src/autopick.c

index 56b7613..acf0aee 100644 (file)
@@ -2751,7 +2751,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 ***/
@@ -2759,7 +2759,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 ***/