OSDN Git Service

Change "a" to "an" in front of something starting with a vowel.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 06:03:46 +0000 (22:03 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:56 +0000 (22:36 +0900)
src/selfinfo.c

index 91e18d4..e6668d6 100644 (file)
@@ -1192,7 +1192,7 @@ void self_knowledge(player_type *creature_ptr)
        }
        if (creature_ptr->tim_sh_touki)
        {
-               info[i++] = _("あなたは闘気のオーラに包まれている。", "You are surrounded with a energy aura.");
+               info[i++] = _("あなたは闘気のオーラに包まれている。", "You are surrounded with an energy aura.");
        }
        if (creature_ptr->anti_magic)
        {