From 7bfde6eda1177036f0c86705317724dcdbc921f8 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Mon, 15 Feb 2021 18:49:40 -0800 Subject: [PATCH] Replace "small life" with "pests" in English description of the pesticide activation. --- src/cmd-activate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd-activate.c b/src/cmd-activate.c index 644acbe1f..682d29cd4 100644 --- a/src/cmd-activate.c +++ b/src/cmd-activate.c @@ -96,7 +96,7 @@ const activation_type activation_info[] = { "BA_MANA", ACT_BA_MANA, 70, 2500, {30, 0}, _("魔力の嵐(250)", "a mana storm (250)") }, { "PESTICIDE", ACT_PESTICIDE, 10, 500, {10, 0}, - _("害虫の駆除", "dispel small life") }, + _("害虫の駆除", "dispel pests") }, { "BLINDING_LIGHT", ACT_BLINDING_LIGHT, 30, 5000, {40, 0}, _("眩しい光", "blinding light") }, { "BIZARRE", ACT_BIZARRE, 90, 10000, {50, 0}, -- 2.11.0