From 6e0ce16052d66402fe66b80dca973bc682b52b31 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 23 Apr 2006 23:09:48 +0000 Subject: 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... --- distrib/utils/sysinst/msg.mbr.en | 4 ++-- 1 file 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 -- cgit