OSDN Git Service

"Extremely faster" is an awkward expression in English. Replaced "faster" with ...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 05:15:56 +0000 (22:15 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 06:33:02 +0000 (15:33 +0900)
src/player-effects.c

index feab0d4..976553c 100644 (file)
@@ -829,7 +829,7 @@ bool set_lightspeed(player_type *creature_ptr, TIME_EFFECT v, bool do_dec)
                }
                else if (!creature_ptr->lightspeed)
                {
-                       msg_print(_("非常に素早く動けるようになった!", "You feel yourself moving extremely faster!"));
+                       msg_print(_("非常に素早く動けるようになった!", "You feel yourself moving extremely fast!"));
                        notice = TRUE;
                        chg_virtue(creature_ptr, V_PATIENCE, -1);
                        chg_virtue(creature_ptr, V_DILIGENCE, 1);