OSDN Git Service

Move negaative from object to verb in English message for no hex spell to stop.
authorEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 03:39:24 +0000 (19:39 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 03:39:24 +0000 (19:39 -0800)
src/spell-realm/spells-hex.c

index 6dd0fce..52a0524 100644 (file)
@@ -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;
     }