OSDN Git Service

Changed another "form" to "stance" that was missed in the previous commit.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 21:26:28 +0000 (14:26 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 21 Jan 2020 15:27:52 +0000 (00:27 +0900)
src/spells2.c

index eea7a2f..d2a3be4 100644 (file)
@@ -4708,7 +4708,7 @@ bool concentration(player_type *creature_ptr)
 
        if (creature_ptr->special_defense & KATA_MASK)
        {
-               msg_print(_("今は構えに集中している。", "You need concentration on your form."));
+               msg_print(_("今は構えに集中している。", "You're already concentrating on your stance."));
                return FALSE;
        }