OSDN Git Service

Changed English wording for header of the monster list selected by matching a substring.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 17 Feb 2021 04:54:25 +0000 (20:54 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 20 Mar 2021 17:19:02 +0000 (10:19 -0700)
src/cmd-io/cmd-lore.cpp

index ddd1f18..49cc7ca 100644 (file)
@@ -79,7 +79,7 @@ void do_cmd_query_symbol(player_type *creature_ptr)
             temp[0] = 0;
             return;
         }
-        sprintf(buf, _("名前:%sにマッチ", "Monsters with a name \"%s\""), temp);
+        sprintf(buf, _("名前:%sにマッチ", "Monsters' names with \"%s\""), temp);
     } else if (ident_info[i]) {
         sprintf(buf, "%c - %s.", sym, ident_info[i] + 2);
     } else {