OSDN Git Service

Corrected spelling mistake ("prove" instead of "probe") for English messages about...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 18 Dec 2019 03:12:10 +0000 (19:12 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:55 +0000 (22:36 +0900)
src/selfinfo.c

index c0eab34..0ea97e8 100644 (file)
@@ -410,7 +410,7 @@ void self_knowledge(player_type *creature_ptr)
        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: