From 47ffb11bf770c750cd3178ce1ad49e7798a6d18d Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 17 Dec 2019 22:07:01 -0800 Subject: [PATCH] Reworded English message for curse that cuases spells to fail more often. --- src/selfinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selfinfo.c b/src/selfinfo.c index e6668d6d4..ad21269ab 100644 --- a/src/selfinfo.c +++ b/src/selfinfo.c @@ -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) { -- 2.11.0