From 2c0a7c2f752de2de69cf8fc5f6a119d4500f906a Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 25 Sep 2019 14:03:32 -0700 Subject: [PATCH] In English messages, replaced "psyonic" with "psionic". --- src/spells1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spells1.c b/src/spells1.c index 92890e146..ff6b2d6ed 100644 --- a/src/spells1.c +++ b/src/spells1.c @@ -4877,7 +4877,7 @@ static bool project_p(MONSTER_IDX who, player_type *target_ptr, concptr who_name { if (!CHECK_MULTISHADOW(target_ptr)) { - msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psyonic energy.")); + msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psionic energy.")); if (!target_ptr->resist_conf) { @@ -4915,7 +4915,7 @@ static bool project_p(MONSTER_IDX who, player_type *target_ptr, concptr who_name { if (!CHECK_MULTISHADOW(target_ptr)) { - msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psyonic energy.")); + msg_print(_("霊的エネルギーで精神が攻撃された。", "Your mind is blasted by psionic energy.")); target_ptr->csp -= 100; if (target_ptr->csp < 0) -- 2.11.0