OSDN Git Service

"Resume" seems like a better fit than "restart" for the message about singing again.
authorEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 03:50:38 +0000 (19:50 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 12 Feb 2021 03:50:38 +0000 (19:50 -0800)
src/spell-realm/spells-song.c

index 96db4fa..8083b3b 100644 (file)
@@ -48,7 +48,7 @@ void check_music(player_type *caster_ptr)
         if (INTERUPTING_SONG_EFFECT(caster_ptr)) {
             SINGING_SONG_EFFECT(caster_ptr) = INTERUPTING_SONG_EFFECT(caster_ptr);
             INTERUPTING_SONG_EFFECT(caster_ptr) = MUSIC_NONE;
-            msg_print(_("歌を再開した。", "You restart singing."));
+            msg_print(_("歌を再開した。", "You resume singing."));
             caster_ptr->action = ACTION_SING;
             caster_ptr->update |= (PU_BONUS | PU_HP | PU_MONSTERS);
             caster_ptr->redraw |= (PR_MAP | PR_STATUS | PR_STATE);