OSDN Git Service

Reworded English message for curse that causes spells to fail more often.
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 09:09:32 +0000 (01:09 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 09:09:32 +0000 (01:09 -0800)
src/selfinfo.c

index b991a81..f88d4d1 100644 (file)
@@ -1001,7 +1001,7 @@ void self_knowledge(void)
        }
        if (p_ptr->cursed & TRC_LOW_MAGIC)
        {
-               info[i++] = _("あなたは魔法を失敗しやすい。", "You are subject to fail spellcasting.");
+               info[i++] = _("あなたは魔法を失敗しやすい。", "Your spells fail more frequently.");
        }
        if (p_ptr->cursed & TRC_FAST_DIGEST)
        {