OSDN Git Service

English: use "a" rather than "an" with "spider".
authorEric Branlund <ebranlund@fastmail.com>
Wed, 17 Nov 2021 23:33:00 +0000 (15:33 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 18 Nov 2021 21:59:00 +0000 (13:59 -0800)
src/realm/realm-trump.cpp

index 1012861..008ae63 100644 (file)
@@ -73,7 +73,7 @@ concptr do_trump_spell(PlayerType *player_ptr, SPELL_IDX spell, SpellProcessType
 
         {
             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(player_ptr, 1, !fail, player_ptr->y, player_ptr->x, 0, SUMMON_SPIDER, PM_ALLOW_GROUP)) {
                     if (fail) {
                         msg_print(_("召喚された蜘蛛は怒っている!", "The summoned spiders get angry!"));