OSDN Git Service

Reword English message for the lapse of "An Eye for an Eye".
authorEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 03:35:14 +0000 (19:35 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 03:35:14 +0000 (19:35 -0800)
src/spell-realm/spells-crusade.c

index c9d7c48..fa3a7f2 100644 (file)
@@ -167,7 +167,7 @@ bool set_tim_eyeeye(player_type *creature_ptr, TIME_EFFECT v, bool do_dec)
         }
     } else {
         if (creature_ptr->tim_eyeeye) {
-            msg_print(_("懲罰を執行することができなくなった。", "You no longer feel like a keeper."));
+            msg_print(_("懲罰を執行することができなくなった。", "You lost your aura of retribution."));
             notice = TRUE;
         }
     }