OSDN Git Service

Reworded English message for curse that cuases spells to fail more often.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 06:07:01 +0000 (22:07 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:56 +0000 (22:36 +0900)
src/selfinfo.c

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