OSDN Git Service

English: use "a" rather than "an" with "spider".
authorEric Branlund <ebranlund@fastmail.com>
Tue, 30 Nov 2021 21:18:09 +0000 (13:18 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 30 Nov 2021 21:18:09 +0000 (13:18 -0800)
src/realm-trump.c

index 38b8be9..19cbe9a 100644 (file)
@@ -48,7 +48,7 @@ concptr do_trump_spell(SPELL_IDX spell, BIT_FLAGS mode)
                {
                        if (cast || fail)
                        {
-                               msg_print(_("あなたは蜘蛛のカードに集中する...", "You concentrate on the trump of an spider..."));
+                               msg_print(_("あなたは蜘蛛のカードに集中する...", "You concentrate on the trump of a spider..."));
                                if (trump_summoning(1, !fail, p_ptr->y, p_ptr->x, 0, SUMMON_SPIDER, PM_ALLOW_GROUP))
                                {
                                        if (fail)