OSDN Git Service

For the English message regarding KATA_IAI, matched verb tenses.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 22:32:18 +0000 (14:32 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:53 +0000 (22:36 +0900)
src/combat/melee1.c

index f530ced..263e76f 100644 (file)
@@ -2400,7 +2400,7 @@ bool make_attack_normal(player_type *target_ptr, MONSTER_IDX m_idx)
 
        if (target_ptr->special_defense & KATA_IAI)
        {
-               msg_format(_("相手が襲いかかる前に素早く武器を振るった。", "You took sen, draw and cut in one motion before %s moved."), m_name);
+               msg_format(_("相手が襲いかかる前に素早く武器を振るった。", "You took sen, drew and cut in one motion before %s moved."), m_name);
                if (py_attack(target_ptr, m_ptr->fy, m_ptr->fx, HISSATSU_IAI)) return TRUE;
        }