OSDN Git Service

Changed "prepare" to "prepared" since it's used a participle.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 06:13:53 +0000 (23:13 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 21 Jan 2020 15:07:03 +0000 (00:07 +0900)
src/mind.c

index 56dab67..62fb2af 100644 (file)
@@ -1577,7 +1577,7 @@ static bool cast_ninja_spell(player_type *caster_ptr, int spell)
        {
                if (!(caster_ptr->special_defense & NINJA_KAWARIMI))
                {
-                       msg_print(_("敵の攻撃に対して敏感になった。", "You are now prepare to evade any attacks."));
+                       msg_print(_("敵の攻撃に対して敏感になった。", "You are now prepared to evade any attacks."));
                        caster_ptr->special_defense |= NINJA_KAWARIMI;
                        caster_ptr->redraw |= (PR_STATUS);
                }