OSDN Git Service

Added space after a comma in the English description for "Summon Greater Demon".
authorEric Branlund <ebranlund@fastmail.com>
Thu, 6 Feb 2020 01:38:28 +0000 (17:38 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:37:35 +0000 (22:37 +0900)
src/realm-daemon.c

index 575c70e..fc5ffcc 100644 (file)
@@ -526,7 +526,7 @@ concptr do_daemon_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode
        case 28:
                if (name) return _("グレーターデーモン召喚", "Summon Greater Demon");
                if (desc) return _("上級デーモンを召喚する。召喚するには人間('p','h','t'で表されるモンスター)の死体を捧げなければならない。",
-                       "Summons greater demon. Requires the sacrifice of a human corpse ('p','h' or 't').");
+                       "Summons greater demon. Requires the sacrifice of a human corpse ('p', 'h' or 't').");
 
                {
                        if (cast)