From: Eric Branlund Date: Thu, 26 Sep 2019 19:48:28 +0000 (-0700) Subject: Simplified the English description for "Inhale potion". X-Git-Tag: vmacos2.2.1-7a~184 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3cd58da884e3bab6d882e6402c39dfed32cd9e35;p=hengbandforosx%2Fhengbandosx.git Simplified the English description for "Inhale potion". --- diff --git a/src/realm-hex.c b/src/realm-hex.c index 72a1a732e..f340756da 100644 --- a/src/realm-hex.c +++ b/src/realm-hex.c @@ -570,7 +570,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode) case 10: if (name) return _("薬品吸入", "Inhale potion"); - if (desc) return _("呪文詠唱を中止することなく、薬の効果を得ることができる。", "Quaffs a potion without canceling of casting a spell."); + if (desc) return _("呪文詠唱を中止することなく、薬の効果を得ることができる。", "Quaffs a potion without canceling spell casting."); if (cast) { CASTING_HEX_FLAGS(p_ptr) |= (1L << HEX_INHAIL);