From: Eric Branlund Date: Tue, 17 Dec 2019 21:36:30 +0000 (-0800) Subject: Inserted missing space after a comma in the English description for "Summon Greater... X-Git-Tag: vmacos2.2.1-7b~232 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=731b510d917398b028491c6efc97478581119c97;p=hengbandforosx%2Fhengbandosx.git Inserted missing space after a comma in the English description for "Summon Greater Demon". --- diff --git a/src/realm-daemon.c b/src/realm-daemon.c index 4ac0af625..a810c7d82 100644 --- a/src/realm-daemon.c +++ b/src/realm-daemon.c @@ -515,7 +515,7 @@ concptr do_daemon_spell(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)