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.)
This commit is contained in:
cgd 1999-06-19 01:23:52 +00:00
parent ee07f989ae
commit 8d188fe03a
2 changed files with 4 additions and 4 deletions

View File

@ -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 @@ menu md_distcustom, x=30, y=3, exit, title " Selection toggles inclusion";
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;

View File

@ -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 @@ menu md_distcustom, x=30, y=3, exit, title " S
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;