OSDN Git Service

Insert indefinite article to be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 05:58:39 +0000 (21:58 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 17:03:26 +0000 (09:03 -0800)
src/realm/realm-song.c

index 8204db4..dfa30b4 100644 (file)
@@ -616,7 +616,7 @@ concptr do_music_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode
             stop_singing(caster_ptr);
 
         if (cast) {
-            msg_print(_("軽快な歌を口ずさみ始めた...", "You start singing joyful pop song..."));
+            msg_print(_("軽快な歌を口ずさみ始めた...", "You start singing joyful pop song..."));
             start_singing(caster_ptr, spell, MUSIC_SPEED);
         }