From f7c19ac48fcc3969f59322584f8b67d02827853f Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 9 Feb 2021 21:36:14 -0800 Subject: [PATCH] Reword English description of "Cure Poison": "poison status" didn't add much beyond what's conveyed by the spell title. --- src/realm/realm-arcane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm/realm-arcane.c b/src/realm/realm-arcane.c index 7e27f9360..b27e26663 100644 --- a/src/realm/realm-arcane.c +++ b/src/realm/realm-arcane.c @@ -279,7 +279,7 @@ concptr do_arcane_spell(player_type *caster_ptr, SPELL_IDX spell, spell_type mod if (name) return _("解毒", "Cure Poison"); if (desc) - return _("毒を体内から完全に取り除く。", "Cures poison status."); + return _("毒を体内から完全に取り除く。", "Cures yourself of any poisons."); { if (cast) { -- 2.11.0