OSDN Git Service

Replaced "equipments" with "equipment" in explanations.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 20 Oct 2019 16:48:11 +0000 (09:48 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 20 Oct 2019 16:48:11 +0000 (09:48 -0700)
src/autopick.c

index dbdb076..960f10b 100644 (file)
@@ -3971,8 +3971,8 @@ static GAME_TEXT MN_CL_QUERY[] = "';' (Query to pick up)";
 static GAME_TEXT MN_CL_NO_DISP[] = "'(' (No display on the large map)";
 
 static GAME_TEXT MN_ADJECTIVE_GEN[] = "Adjective (general)";
-static GAME_TEXT MN_RARE[] = "rare (equipments)";
-static GAME_TEXT MN_COMMON[] = "common (equipments)";
+static GAME_TEXT MN_RARE[] = "rare (equipment)";
+static GAME_TEXT MN_COMMON[] = "common (equipment)";
 
 static GAME_TEXT MN_ADJECTIVE_SPECIAL[] = "Adjective (special)";
 static GAME_TEXT MN_BOOSTED[] = "dice boosted (weapons)";