From 79ba3981bcf185f5c079b02d74b2aa0970fca353 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Sat, 6 Feb 2021 22:22:17 -0800 Subject: [PATCH] Fix typo ("Disintergrate") and use noun rather than a verb. --- src/mspell/monster-power-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mspell/monster-power-table.c b/src/mspell/monster-power-table.c index 17a97beec..03d0c5b3c 100644 --- a/src/mspell/monster-power-table.c +++ b/src/mspell/monster-power-table.c @@ -139,7 +139,7 @@ const concptr monster_powers_short[MAX_MONSPELLS] = { _("放射能球", "Nuke"), _("放射性廃棄物", "Nuke"), _("純ログルス", "Logrus"), - _("分解", "Disintergrate"), + _("分解", "Disintegration"), _("酸", "Acid"), _("電撃", "Lightning"), -- 2.11.0