Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst/arch/i386 fix a slight bogon in the ge...
details: https://anonhg.NetBSD.org/src/rev/efb980465cdd
branches: trunk
changeset: 473781:efb980465cdd
user: cgd <cgd%NetBSD.org@localhost>
date: Sat Jun 19 01:23:52 1999 +0000
description:
fix a slight bogon in the geometry approval message. (This is the
correct disk -> This is the correct geometry.) (Thanks to tls and
wrstuden for help w/french.)
diffstat:
distrib/utils/sysinst/arch/i386/menus.md.eng | 4 ++--
distrib/utils/sysinst/arch/i386/menus.md.fr | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 3b7c230b8a01 -r efb980465cdd distrib/utils/sysinst/arch/i386/menus.md.eng
--- a/distrib/utils/sysinst/arch/i386/menus.md.eng Sat Jun 19 01:10:59 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.eng Sat Jun 19 01:23:52 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.eng,v 1.20 1999/05/02 13:07:16 fvdl Exp $ */
+/* $NetBSD: menus.md.eng,v 1.21 1999/06/19 01:23:52 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -193,7 +193,7 @@
option "X11 programming", action { toggle_getit (12); };
menu biosonematch;
- option "This is the correct disk", exit, action {
+ option "This is the correct geometry", exit, action {
extern struct disklist *disklist;
extern struct nativedisk_info *nativedisk;
struct biosdisk_info *bip;
diff -r 3b7c230b8a01 -r efb980465cdd distrib/utils/sysinst/arch/i386/menus.md.fr
--- a/distrib/utils/sysinst/arch/i386/menus.md.fr Sat Jun 19 01:10:59 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/menus.md.fr Sat Jun 19 01:23:52 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.fr,v 1.16 1999/05/18 18:07:26 bouyer Exp $ */
+/* $NetBSD: menus.md.fr,v 1.17 1999/06/19 01:23:53 cgd Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -194,7 +194,7 @@
option "X11 développement", action { toggle_getit (12); };
menu biosonematch;
- option "C'est le bon disque", exit, action {
+ option "C'est le bon géométrie", exit, action {
extern struct disklist *disklist;
extern struct nativedisk_info *nativedisk;
struct biosdisk_info *bip;
Home |
Main Index |
Thread Index |
Old Index