From c1ef71ae908353f3fb3ae95ae80481629cf8ae74 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 25 Sep 2019 14:26:28 -0700 Subject: [PATCH] Changed another "form" to "stance" that was missed in the previous commit. --- src/spells2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spells2.c b/src/spells2.c index c3ce5dd30..1e73c7305 100644 --- a/src/spells2.c +++ b/src/spells2.c @@ -5171,7 +5171,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; } msg_print(_("精神を集中して気合いを溜めた。", "You concentrate to charge your power.")); -- 2.11.0