From e510af2623ffe8e4a247682e481609576732b3ba Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 24 Sep 2019 21:50:38 -0700 Subject: [PATCH] Changed "electric" to "electricity" in English message since it's used as a noun. --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index c11df92f2..02c83f089 100644 --- a/src/core.c +++ b/src/core.c @@ -1536,7 +1536,7 @@ static void process_world_aux_hp_and_sp(player_type *creature_ptr) if (creature_ptr->levitation) { - msg_print(_("電撃を受けた!", "The electric shocks you!")); + msg_print(_("電撃を受けた!", "The electricity shocks you!")); take_hit(creature_ptr, DAMAGE_NOESCAPE, damage, format(_("%sの上に浮遊したダメージ", "flying over %s"), f_name + f_info[get_feat_mimic(&creature_ptr->current_floor_ptr->grid_array[creature_ptr->y][creature_ptr->x])].name), -1); } -- 2.11.0