OSDN Git Service

[Refactor] Fixed a typo in English version
authorHourier <hourier@users.sourceforge.jp>
Fri, 29 Jan 2021 12:09:32 +0000 (21:09 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sat, 30 Jan 2021 05:57:26 +0000 (14:57 +0900)
src/cmd-item/cmd-equipment.c

index e2c80b4..c973ad9 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 transforms you into a vampire permanently when equiped. Do you become a vampire?"),
+            _("%sを装備すると吸血鬼になります。よろしいですか?", "%s will transform you into a vampire permanently when equiped. Do you become a vampire?"),
             o_name);
 
         if (!get_check(dummy))