OSDN Git Service

In English messages, replaced "spelling" with "casting" when referring to the ongoing...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 05:43:54 +0000 (21:43 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:51 +0000 (22:36 +0900)
src/player-effects.c

index fb5b9b2..de8bafc 100644 (file)
@@ -338,7 +338,7 @@ void dispel_player(player_type *creature_ptr)
 
        if (music_singing_any(creature_ptr) || hex_spelling_any(creature_ptr))
        {
-               concptr str = (music_singing_any(creature_ptr)) ? _("歌", "singing") : _("呪文", "spelling");
+               concptr str = (music_singing_any(creature_ptr)) ? _("歌", "singing") : _("呪文", "casting");
                INTERUPTING_SONG_EFFECT(creature_ptr) = SINGING_SONG_EFFECT(creature_ptr);
                SINGING_SONG_EFFECT(creature_ptr) = MUSIC_NONE;
                msg_format(_("%sが途切れた。", "Your %s is interrupted."), str);