From: Eric Branlund Date: Thu, 6 Feb 2020 01:50:43 +0000 (-0800) Subject: Switched to an indefinite pronoun in an English message about the onset of an aura... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3fc4ae197a922353ff34e9cb7c9558cdd6a57e3e;p=hengband%2Fhengband.git Switched to an indefinite pronoun in an English message about the onset of an aura to match how other auras are described. --- diff --git a/src/player-effects.c b/src/player-effects.c index de8bafcfd..8816205e1 100644 --- a/src/player-effects.c +++ b/src/player-effects.c @@ -1668,7 +1668,7 @@ bool set_tim_sh_touki(player_type *creature_ptr, TIME_EFFECT v, bool do_dec) } else if (!creature_ptr->tim_sh_touki) { - msg_print(_("体が闘気のオーラで覆われた。", "You are enveloped by the aura of the Force!")); + msg_print(_("体が闘気のオーラで覆われた。", "You are enveloped by an aura of the Force!")); notice = TRUE; } }