OSDN Git Service

To be more idiomatic, reworded English message about no armor for "Curse armor".
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:37:30 +0000 (12:37 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 09:02:45 +0000 (18:02 +0900)
src/realm-hex.c

index b9679e6..1cfe519 100644 (file)
@@ -728,7 +728,7 @@ concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
 
                        item_tester_hook = object_is_armour;
                        q = _("どれを呪いますか?", "Which piece of armour do you curse?");
-                       s = _("防具を装備していない。", "You wield no piece of armours.");
+                       s = _("防具を装備していない。", "You're not wearing any armor.");
 
                        o_ptr = choose_object(caster_ptr, &item, q, s, (USE_EQUIP), 0);
                        if (!o_ptr) return FALSE;