OSDN Git Service

Reworded English smithing message about an unimproveable object to be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 01:10:58 +0000 (18:10 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 05:37:13 +0000 (14:37 +0900)
src/cmd/cmd-smith.c

index 946e164..932d94e 100644 (file)
@@ -1122,7 +1122,7 @@ static void add_essence(player_type *creature_ptr, ESSENCE_IDX mode)
 
        if ((mode != 10) && (object_is_artifact(o_ptr) || object_is_smith(o_ptr)))
        {
-               msg_print(_("そのアイテムはこれ以上改良できない。", "This item is no more able to be improved."));
+               msg_print(_("そのアイテムはこれ以上改良できない。", "This item can not be improved any further."));
                return;
        }