OSDN Git Service

[Refactor] #37353 メッセージ整理。 / Refactor messages.
authorDeskull <deskull@users.sourceforge.jp>
Thu, 14 Feb 2019 10:12:05 +0000 (19:12 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Thu, 14 Feb 2019 10:12:05 +0000 (19:12 +0900)
src/object2.c

index 720a9cb..8d4fd47 100644 (file)
@@ -7978,9 +7978,9 @@ static void add_essence(ESSENCE_IDX mode)
        take_turn(p_ptr, 100);
 
 #ifdef JP
-       msg_format("%sに%sの能力を付加しました。", o_name, es_ptr->add_name);
+       msg_format(_("%sに%sの能力を付加しました。", "You have added ability of %s to %s."), o_name, es_ptr->add_name);
 #else
-       msg_format("You have added ability of %s to %s.", es_ptr->add_name, o_name);
+       msg_format(, es_ptr->add_name, o_name);
 #endif
        p_ptr->update |= (PU_COMBINE | PU_REORDER);
        p_ptr->window |= (PW_INVEN);