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)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 05:15:56 +0000 (22:15 -0700)
src/effects.c

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