diff options
| author | hubertf <hubertf@NetBSD.org> | 2006-04-23 23:09:48 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 2006-04-23 23:09:48 +0000 |
| commit | 6e0ce16052d66402fe66b80dca973bc682b52b31 (patch) | |
| tree | 8d1a32cc127be20651424562d1d430bda11c8af7 /distrib/utils | |
| parent | 03f0a1ac3df570a00522dab8530de24b0f45d41b (diff) | |
Call the partition type 'type' instead of 'kind'.
Less confusing, and in sync with common terminology.
Found while walking someone through the installation on IRCnet #NetBSD...
Diffstat (limited to 'distrib/utils')
| -rw-r--r-- | distrib/utils/sysinst/msg.mbr.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/utils/sysinst/msg.mbr.en b/distrib/utils/sysinst/msg.mbr.en index 690007c81cd..2b18a632632 100644 --- a/distrib/utils/sysinst/msg.mbr.en +++ b/distrib/utils/sysinst/msg.mbr.en @@ -1,4 +1,4 @@ -/* $NetBSD: msg.mbr.en,v 1.12 2005/01/09 19:58:55 snj Exp $ */ +/* $NetBSD: msg.mbr.en,v 1.13 2006/04/23 23:09:48 hubertf Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -117,7 +117,7 @@ message Partition_OK {Partition OK} message ptn_type -{ kind: %s} +{ type: %s} message ptn_start { start: %d %s} message ptn_size |
