From 90aa279c9b07d6837d40605f124e57465bda7d6c Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 12:58:15 -0700 Subject: [PATCH] To be more idiomatic, reworded English message for onset of the "Eye for an eye" spell. --- 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 a254c4f80..1f297300a 100644 --- a/src/realm-hex.c +++ b/src/realm-hex.c @@ -851,7 +851,7 @@ concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode) if (desc) return _("打撃や魔法で受けたダメージを、攻撃元のモンスターにも与える。", "Returns same damage which you got to the monster which damaged you."); if (cast) { - msg_print(_("復讐したい欲望にかられた。", "You wish strongly you want to revenge anything.")); + msg_print(_("復讐したい欲望にかられた。", "You feel verry vengeful.")); } break; -- 2.11.0