OSDN Git Service

In English message for nearly falling off, drop comma (clauses share subject) and...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 16 Feb 2021 02:28:50 +0000 (18:28 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Fri, 19 Feb 2021 19:48:55 +0000 (11:48 -0800)
src/cmd-pet.c

index 4f77181..aa3b864 100644 (file)
@@ -1035,8 +1035,8 @@ bool rakuba(HIT_POINT dam, bool force)
                if (!sn)
                {
                        monster_desc(m_name, m_ptr, 0);
-                       msg_format(_("%sから振り落とされそうになって、壁にぶつかった。", "You have nearly fallen from %s, but bumped into wall."), m_name);
-                       take_hit(DAMAGE_NOESCAPE, r_ptr->level + 3, _("壁への衝突", "bumping into wall"), -1);
+                       msg_format(_("%sから振り落とされそうになって、壁にぶつかった。", "You have nearly fallen from %s but bumped into a wall."), m_name);
+                       take_hit(DAMAGE_NOESCAPE, r_ptr->level + 3, _("壁への衝突", "bumping into wall"), -1);
                        return FALSE;
                }