From 61c7a56fa66d04824b7ce4570cfde88f645e1626 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 12:37:30 -0700 Subject: [PATCH] To be more idiomatic, reworded English message about no armor for "Curse armor". --- src/realm-hex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-hex.c b/src/realm-hex.c index b2fd61320..6bdeb30d2 100644 --- a/src/realm-hex.c +++ b/src/realm-hex.c @@ -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; -- 2.11.0