From 37a482ae104e17ee1087e70bb24cfdb1f3920925 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 12:50:55 -0700 Subject: [PATCH] To be more idiomatic, reworded English description of "Hypodynamic mist". --- src/realm-hex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-hex.c b/src/realm-hex.c index 56f166612..7a5521f60 100644 --- a/src/realm-hex.c +++ b/src/realm-hex.c @@ -583,7 +583,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode) case 11: if (name) return _("衰弱の霧", "Hypodynamic mist"); if (desc) return _("視界内のモンスターに微弱量の衰弱属性のダメージを与える。", - "Deals few damages of hypodynamia to all monsters in your sight."); + "Deals a little life-draining damage to all monsters in your sight."); power = (plev / 2) + 5; if (info) return info_damage(1, power, 0); if (cast || cont) -- 2.11.0