OSDN Git Service

Changed "Berserk" to "berserk" since the capitalization seemed unnecessary.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 05:14:01 +0000 (22:14 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 06:33:02 +0000 (15:33 +0900)
src/player-effects.c

index 231ea36..feab0d4 100644 (file)
@@ -1181,7 +1181,7 @@ bool set_shero(player_type *creature_ptr, TIME_EFFECT v, bool do_dec)
        {
                if (creature_ptr->shero)
                {
-                       msg_print(_("野蛮な気持ちが消え失せた。", "You feel less Berserk."));
+                       msg_print(_("野蛮な気持ちが消え失せた。", "You feel less berserk."));
                        notice = TRUE;
                }
        }