OSDN Git Service

Corrected spelling mistake ("prove" instead of "probe") for English message about...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 08:37:54 +0000 (00:37 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 08:37:54 +0000 (00:37 -0800)
src/selfinfo.c

index 8a8e91a..c23fee9 100644 (file)
@@ -405,7 +405,7 @@ void self_knowledge(void)
                case CLASS_RANGER:
                        if (plev > 14)
                        {
-                               info[i++] = _("あなたは怪物を調査することができる。(20 MP)", "You can prove monsters (cost 20).");
+                               info[i++] = _("あなたは怪物を調査することができる。(20 MP)", "You can probe monsters (cost 20).");
                        }
                        break;
                case CLASS_PALADIN: