OSDN Git Service

Changed "electric" to "electricity" in English message since it's used as a noun.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 04:50:38 +0000 (21:50 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 04:50:38 +0000 (21:50 -0700)
src/dungeon.c

index 56b989a..ae37c16 100644 (file)
@@ -1455,7 +1455,7 @@ static void process_world_aux_hp_and_sp(void)
 
                        if (p_ptr->levitation)
                        {
-                               msg_print(_("電撃を受けた!", "The electric shocks you!"));
+                               msg_print(_("電撃を受けた!", "The electricity shocks you!"));
                                take_hit(DAMAGE_NOESCAPE, damage, format(_("%sの上に浮遊したダメージ", "flying over %s"),
                                        f_name + f_info[get_feat_mimic(&current_floor_ptr->grid_array[p_ptr->y][p_ptr->x])].name), -1);
                        }