OSDN Git Service

Fix the Dragon Cloth's activation message format of English version
authorhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 2 Feb 2013 18:17:05 +0000 (18:17 +0000)
committerhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 2 Feb 2013 18:17:05 +0000 (18:17 +0000)
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!"));