OSDN Git Service

For clarity, change tense from past perfect to present perfect for English message...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 19:56:36 +0000 (11:56 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 3 Feb 2021 19:56:36 +0000 (11:56 -0800)
src/mind/mind-mirror-master.c

index f1893ce..4134dca 100644 (file)
@@ -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 {