From 5a8416ad0968c5190c5d730ac9c8cd84bf523c18 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 17 Dec 2019 17:19:20 -0800 Subject: [PATCH] Replaced "effect" (used as a verb) with "affect" in two English spell descriptions where "affect" is the right word to use. --- src/realm-crusade.c | 2 +- src/realm-hissatsu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/realm-crusade.c b/src/realm-crusade.c index db71e1c70..61edc29df 100644 --- a/src/realm-crusade.c +++ b/src/realm-crusade.c @@ -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; diff --git a/src/realm-hissatsu.c b/src/realm-hissatsu.c index 2f9e5baa0..f33b21dff 100644 --- a/src/realm-hissatsu.c +++ b/src/realm-hissatsu.c @@ -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) { -- 2.11.0