OSDN Git Service

Since "goddess" is singular, add "s" when forming possessive.
authorEric Branlund <ebranlund@fastmail.com>
Mon, 15 Feb 2021 22:48:52 +0000 (14:48 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/realm-song.c

index a572076..a42ecc4 100644 (file)
@@ -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.");
 
                {