OSDN Git Service

Restore English spelling correction lost in 3.0.0.4 merges.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 31 Jan 2021 19:15:27 +0000 (11:15 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 31 Jan 2021 19:15:27 +0000 (11:15 -0800)
src/cmd-item/cmd-equipment.c

index 45130fe..ebe5800 100644 (file)
@@ -195,7 +195,7 @@ void do_cmd_wield(player_type *creature_ptr)
         char dummy[MAX_NLEN + 100];
         describe_flavor(creature_ptr, o_name, o_ptr, (OD_OMIT_PREFIX | OD_NAME_ONLY));
         sprintf(dummy,
-            _("%sを装備すると吸血鬼になります。よろしいですか?", "%s will transform you into a vampire permanently when equiped. Do you become a vampire?"),
+            _("%sを装備すると吸血鬼になります。よろしいですか?", "%s will transform you into a vampire permanently when equipped. Do you become a vampire?"),
             o_name);
 
         if (!get_check(dummy))