OSDN Git Service

Replaced "effect" (used as a verb) with "affect" in two English spell descriptions...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 01:19:20 +0000 (17:19 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:54 +0000 (22:36 +0900)
src/realm-crusade.c
src/realm-hissatsu.c

index db71e1c..61edc29 100644 (file)
@@ -154,7 +154,7 @@ concptr do_crusade_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mod
        case 9:
                if (name) return _("聖なる光球", "Holy Orb");
                if (desc) return _("聖なる力をもつ宝珠を放つ。邪悪なモンスターに対して大きなダメージを与えるが、善良なモンスターには効果がない。",
-                       "Fires a ball with holy power. Hurts evil monsters greatly, but doesn't effect good monsters.");
+                       "Fires a ball with holy power. Hurts evil monsters greatly, but doesn't affect good monsters.");
 
                {
                        DICE_NUMBER dice = 3;
index 2f9e5ba..f33b21d 100644 (file)
@@ -849,7 +849,7 @@ concptr do_hissatsu_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mo
 
        case 29:
                if (name) return _("虎伏絶刀勢", "Kofuku-Zettousei");
-               if (desc) return _("強力な攻撃を行い、近くの場所にも効果が及ぶ。", "Performs a powerful attack which even effects nearby monsters.");
+               if (desc) return _("強力な攻撃を行い、近くの場所にも効果が及ぶ。", "Performs a powerful attack which even affects nearby monsters.");
 
                if (cast)
                {