OSDN Git Service

Corrected subject/verb agreement in English message about priests' special ability.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 03:14:43 +0000 (19:14 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:55 +0000 (22:36 +0900)
src/selfinfo.c

index 0ea97e8..e8120e7 100644 (file)
@@ -397,7 +397,7 @@ void self_knowledge(player_type *creature_ptr)
                {
                        if (plev > 41)
                        {
-                               info[i++] = _("あなたは周りのすべてのモンスターを攻撃することができる。(40 MP)", "You can damages all monsters in sight (cost 40).");
+                               info[i++] = _("あなたは周りのすべてのモンスターを攻撃することができる。(40 MP)", "You can damage all monsters in sight (cost 40).");
                        }
                }
                break;