OSDN Git Service

Made "cinder" plural in English message for electric aura to be more idiomatic.
authorEric Branlund <ebranlund@fastmail.com>
Tue, 24 Mar 2020 15:59:57 +0000 (08:59 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 24 Mar 2020 15:59:57 +0000 (08:59 -0700)
src/melee1.c

index 167b7ae..5c93efe 100644 (file)
@@ -3319,7 +3319,7 @@ bool make_attack_normal(MONSTER_IDX m_idx)
                                                dam = mon_damage_mod(m_ptr, dam, FALSE);
 
                                                msg_format(_("%^sは電撃をくらった!", "%^s gets zapped!"), m_name);
-                                               if (mon_take_hit(m_idx, dam, &fear, _("は燃え殻の山になった。", " turns into a pile of cinder.")))
+                                               if (mon_take_hit(m_idx, dam, &fear, _("は燃え殻の山になった。", " turns into a pile of cinders.")))
                                                {
                                                        blinked = FALSE;
                                                        alive = FALSE;