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)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:37:30 +0000 (12:37 -0700)
src/realm-hex.c

index b2fd613..6bdeb30 100644 (file)
@@ -714,7 +714,7 @@ concptr do_hex_spell(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(&item, q, s, (USE_EQUIP));
                        if (!o_ptr) return FALSE;