OSDN Git Service

Make "corpse" plural in the English descriptions for "Animate Dead" and "Firiel's...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 05:54:36 +0000 (21:54 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 17:03:26 +0000 (09:03 -0800)
src/realm/realm-death.c
src/realm/realm-song.c

index ee9b573..107c1b2 100644 (file)
@@ -389,7 +389,7 @@ concptr do_death_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode
         if (name)
             return _("反魂の術", "Animate dead");
         if (desc)
-            return _("周囲の死体や骨を生き返す。", "Resurrects nearby corpse and skeletons. And makes these your pets.");
+            return _("周囲の死体や骨を生き返す。", "Resurrects nearby corpses and skeletons. And makes these your pets.");
 
         {
             if (cast) {
index 0f3fb4b..5137093 100644 (file)
@@ -495,7 +495,7 @@ concptr do_music_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mode
         if (name)
             return _("フィリエルの歌", "Firiel's Song");
         if (desc)
-            return _("周囲の死体や骨を生き返す。", "Resurrects nearby corpse and skeletons. And makes them your pets.");
+            return _("周囲の死体や骨を生き返す。", "Resurrects nearby corpses and skeletons. And makes them your pets.");
 
         {
             /* Stop singing before start another */