OSDN Git Service

Remove extraneous capitalization in English message.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 00:38:42 +0000 (16:38 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/realm-arcane.c

index 6a70634..6e6da76 100644 (file)
@@ -427,7 +427,7 @@ concptr do_arcane_spell(SPELL_IDX spell, BIT_FLAGS mode)
                        {
                                if (!summon_specific(-1, p_ptr->y, p_ptr->x, plev, SUMMON_ELEMENTAL, (PM_ALLOW_GROUP | PM_FORCE_PET), '\0'))
                                {
-                                       msg_print(_("エレメンタルは現れなかった。", "No Elementals arrive."));
+                                       msg_print(_("エレメンタルは現れなかった。", "No elementals arrive."));
                                }
                        }
                }