From dd33d4d111b117a63980c383b128634e941fe379 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 11 Feb 2021 19:39:24 -0800 Subject: [PATCH] Move negaative from object to verb in English message for no hex spell to stop. --- src/spell-realm/spells-hex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spell-realm/spells-hex.c b/src/spell-realm/spells-hex.c index 6dd0fce21..52a05242b 100644 --- a/src/spell-realm/spells-hex.c +++ b/src/spell-realm/spells-hex.c @@ -59,7 +59,7 @@ bool stop_hex_spell(player_type *caster_ptr) int sp[MAX_KEEP]; if (!hex_spelling_any(caster_ptr)) { - msg_print(_("呪文を詠唱していません。", "You are casting no spell.")); + msg_print(_("呪文を詠唱していません。", "You are not casting a spell.")); return FALSE; } -- 2.11.0