OSDN Git Service

Changed "a" to "an" in front of something starting with a vowel.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 09:05:23 +0000 (01:05 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 09:05:23 +0000 (01:05 -0800)
src/selfinfo.c

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