From 58786864b084ed76a2930df4278f1b37960aaab0 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 10:49:32 -0700 Subject: [PATCH] Changed "these" to "them" in English description of "Firiel's Song" to be more idiomatic. --- src/realm-song.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-song.c b/src/realm-song.c index f670d945c..af07dc764 100644 --- a/src/realm-song.c +++ b/src/realm-song.c @@ -447,7 +447,7 @@ concptr do_music_spell(SPELL_IDX spell, BIT_FLAGS mode) case 14: if (name) return _("フィリエルの歌", "Firiel's Song"); - if (desc) return _("周囲の死体や骨を生き返す。", "Resurrects nearby corpse and skeletons. And makes these your pets."); + if (desc) return _("周囲の死体や骨を生き返す。", "Resurrects nearby corpse and skeletons. And makes them your pets."); { /* Stop singing before start another */ -- 2.11.0