OSDN Git Service

Replaced another instance of "spelling" in an English message with "casting" when...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 06:00:24 +0000 (22:00 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 06:00:24 +0000 (22:00 -0800)
src/effects.c

index 744d17f..28cf32d 100644 (file)
@@ -271,7 +271,7 @@ void dispel_player(void)
 
        if (music_singing_any() || hex_spelling_any())
        {
-               concptr str = (music_singing_any()) ? _("歌", "singing") : _("呪文", "spelling");
+               concptr str = (music_singing_any()) ? _("歌", "singing") : _("呪文", "casting");
                INTERUPTING_SONG_EFFECT(p_ptr) = SINGING_SONG_EFFECT(p_ptr);
                SINGING_SONG_EFFECT(p_ptr) = MUSIC_NONE;
                msg_format(_("%sが途切れた。", "Your %s is interrupted."), str);