From: Eric Branlund Date: Mon, 15 Feb 2021 22:48:52 +0000 (-0800) Subject: Since "goddess" is singular, add "s" when forming possessive. X-Git-Tag: vmacos2.2.1-7g~147 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b48b571894e4fd400881c2c095880a0559a3113f;p=hengbandforosx%2Fhengbandosx.git Since "goddess" is singular, add "s" when forming possessive. --- diff --git a/src/realm-song.c b/src/realm-song.c index a57207696..a42ecc42e 100644 --- a/src/realm-song.c +++ b/src/realm-song.c @@ -849,7 +849,7 @@ concptr do_music_spell(SPELL_IDX spell, BIT_FLAGS mode) break; case 29: - if (name) return _("再生の歌", "Goddess' rebirth"); + if (name) return _("再生の歌", "Goddess's rebirth"); if (desc) return _("すべてのステータスと経験値を回復する。", "Restores all stats and experience."); {