From: Eric Branlund Date: Wed, 3 Feb 2021 19:56:36 +0000 (-0800) Subject: For clarity, change tense from past perfect to present perfect for English message... X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=commitdiff_plain;h=f41671369496a351321a1b1a856e4b099592f75c For clarity, change tense from past perfect to present perfect for English message about the onset of the mirror shards ability. --- diff --git a/src/mind/mind-mirror-master.c b/src/mind/mind-mirror-master.c index f1893ceab..4134dcad2 100644 --- a/src/mind/mind-mirror-master.c +++ b/src/mind/mind-mirror-master.c @@ -361,7 +361,7 @@ bool set_dustrobe(player_type *creature_ptr, TIME_EFFECT v, bool do_dec) if (creature_ptr->dustrobe > v) return FALSE; } else if (!creature_ptr->dustrobe) { - msg_print(_("体が鏡のオーラで覆われた。", "You were enveloped by mirror shards.")); + msg_print(_("体が鏡のオーラで覆われた。", "You are enveloped by mirror shards.")); notice = TRUE; } } else {