Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst s/change a partition/change partitions/



details:   https://anonhg.NetBSD.org/src/rev/be974bf652ee
branches:  trunk
changeset: 518651:be974bf652ee
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Mon Dec 03 06:12:19 2001 +0000

description:
s/change a partition/change partitions/
otherwise it looks like you're being asked to change
partition 'a'.

diffstat:

 distrib/utils/sysinst/menus.mi.en |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d46ef82f038c -r be974bf652ee distrib/utils/sysinst/menus.mi.en
--- a/distrib/utils/sysinst/menus.mi.en Mon Dec 03 06:11:33 2001 +0000
+++ b/distrib/utils/sysinst/menus.mi.en Mon Dec 03 06:12:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: menus.mi.en,v 1.47 2001/06/16 08:25:20 veego Exp $     */
+/*     $NetBSD: menus.mi.en,v 1.48 2001/12/03 06:12:19 jhawk Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -137,7 +137,7 @@
                msg_display(MSG_fspart, multname);
                disp_cur_fspart(-1, 0);
        };
-       option "Change a partition", sub menu editfsparts;
+       option "Change partitions", sub menu editfsparts;
        option "Partitions are ok", exit;
 
 menu edfspart, title "Change what?", exit, y=14;



Home | Main Index | Thread Index | Old Index