OSDN Git Service

Fix the Dragon Cloth's activation message format of English version
[hengband/hengband.git] / src / artifact.c
index 07c800d..928d287 100644 (file)
@@ -3651,7 +3651,7 @@ bool activate_random_artifact(object_type *o_ptr)
                        o_ptr = &o_list[o_idx];
 
                        object_desc(o_name, o_ptr, OD_NAME_ONLY);
-                       msg_format(_("%s¤ò椮¼Î¤Æ¤¿¡£", "You cast off %d."), o_name);
+                       msg_format(_("%s¤ò椮¼Î¤Æ¤¿¡£", "You cast off %s."), o_name);
 
                        /* Get effects */
                        msg_print(_("¡Ödz¤¨¾å¤¬¤ì²¶¤Î¾®±§Ã衪¡×", "You say, 'Burn up my cosmo!"));