OSDN Git Service

Changed "bare hand" to "barehanded" for normal English usage.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 03:15:45 +0000 (20:15 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Wed, 22 Jan 2020 15:35:32 +0000 (00:35 +0900)
src/racial.c

index b3ae1e8..617d943 100644 (file)
@@ -466,7 +466,7 @@ static bool exe_racial_power(player_type *creature_ptr, s32b command)
                {
                        if (!(empty_hands(creature_ptr, TRUE) & EMPTY_HAND_RARM))
                        {
-                               msg_print(_("素手じゃないとできません。", "You need to be bare hand."));
+                               msg_print(_("素手じゃないとできません。", "You need to be barehanded."));
                                return FALSE;
                        }
                        if (creature_ptr->riding)