From: Eric Branlund Date: Wed, 25 Sep 2019 06:01:20 +0000 (-0700) Subject: This is related to commit 874112e9ad6b4c3664588d91d176ea60c28dcddb. It adds a conjunc... X-Git-Tag: vmacos2.2.1-7a~259 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6e1bb2813171f7fa932cb5bc0ad38d1dea37a471;p=hengbandforosx%2Fhengbandosx.git This is related to commit 874112e9ad6b4c3664588d91d176ea60c28dcddb. It adds a conjunction to an identically worded English message in melee1.c. --- diff --git a/src/melee1.c b/src/melee1.c index 6c5359b9e..dd3cd4b32 100644 --- a/src/melee1.c +++ b/src/melee1.c @@ -3141,7 +3141,7 @@ bool make_attack_normal(MONSTER_IDX m_idx) if (CHECK_MULTISHADOW()) { - msg_print(_("攻撃は幻影に命中し、あなたには届かなかった。", "The attack hits Shadow, you are unharmed!")); + msg_print(_("攻撃は幻影に命中し、あなたには届かなかった。", "The attack hits Shadow, but you are unharmed!")); } else {