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)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 18 Jan 2020 13:35:09 +0000 (22:35 +0900)
src/autopick.c

index 2ef891b..94720ab 100644 (file)
@@ -516,8 +516,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)";
@@ -3877,7 +3877,6 @@ static byte get_string_for_search(player_type *player_ptr, object_type **o_handl
        }
 }
 
-
 /*
  * Search next line matches for o_ptr
  */