OSDN Git Service

In English messages, replaced "spelling" with "casting" when refering to the ongoing...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 20:03:45 +0000 (13:03 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 09:05:17 +0000 (18:05 +0900)
src/player-effects.c
src/realm-hex.c

index 6565e83..fa75946 100644 (file)
@@ -155,7 +155,7 @@ void set_action(player_type *creature_ptr, ACTION_IDX typ)
                        }
                        case ACTION_SPELL:
                        {
-                               msg_print(_("呪文の詠唱を中断した。", "You stopped spelling all spells."));
+                               msg_print(_("呪文の詠唱を中断した。", "You stopped casting."));
                                break;
                        }
                }
index 807c42f..3ca492a 100644 (file)
@@ -203,7 +203,7 @@ void check_hex(player_type *caster_ptr)
                caster_ptr->redraw |= PR_MANA;
                if (res)
                {
-                       msg_print(_("詠唱を再開した。", "You restart spelling."));
+                       msg_print(_("詠唱を再開した。", "You restart casting."));
 
                        caster_ptr->action = ACTION_SPELL;