From 6be1a8ae5136828de0186d5a641742aa22ae473d Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 17 Dec 2019 16:56:54 -0800 Subject: [PATCH] In English description for "Vampire's Fang" change "to" to "on" to be more idiomatic. --- src/realm-hissatsu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-hissatsu.c b/src/realm-hissatsu.c index 94089a4f5..2a9391be6 100644 --- a/src/realm-hissatsu.c +++ b/src/realm-hissatsu.c @@ -702,7 +702,7 @@ concptr do_hissatsu_spell(SPELL_IDX spell, BIT_FLAGS mode) case 24: if (name) return _("吸血鬼の牙", "Vampire's Fang"); if (desc) return _("攻撃した相手の体力を吸いとり、自分の体力を回復させる。生命を持たないモンスターには通じない。", - "Attacks with vampiric strikes which absorb HP from a monster and heal you. Has no effect to unliving monsters."); + "Attacks with vampiric strikes which absorb HP from a monster and heal you. Has no effect on unliving monsters."); if (cast) { -- 2.11.0