OSDN Git Service

Remove extraneous capitalization in English message.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 9 Feb 2021 21:35:51 +0000 (13:35 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 10 Feb 2021 17:03:26 +0000 (09:03 -0800)
src/realm/realm-arcane.c

index e4ce2bb..7e27f93 100644 (file)
@@ -498,7 +498,7 @@ concptr do_arcane_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mod
         {
             if (cast) {
                 if (!summon_specific(caster_ptr, -1, caster_ptr->y, caster_ptr->x, plev, SUMMON_ELEMENTAL, (PM_ALLOW_GROUP | PM_FORCE_PET))) {
-                    msg_print(_("エレメンタルは現れなかった。", "No Elementals arrive."));
+                    msg_print(_("エレメンタルは現れなかった。", "No elementals arrive."));
                 }
             }
         }