diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-12 23:12:44 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-12 23:12:44 +0000 |
| commit | af3bab3687be80238d8c816a8855223c96484ef1 (patch) | |
| tree | 2163593ce78f1eaa11efd237b9798452c136bfbb | |
| parent | 177baf1802a0e80ae3d64b9d8644fa050cd0424e (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/install.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sade/install.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 1f1499b4f7b4..356567a25adc 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.143 1996/12/01 12:27:36 jkh Exp $ + * $Id: install.c,v 1.144 1996/12/02 05:01:02 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -494,7 +494,7 @@ installNovice(dialogMenuItem *self) } dialog_clear_norefresh(); - if (!msgYesNo("The FreeBSD package collection is a collection of over 600 ready-to-run\n" + if (!msgYesNo("The FreeBSD package collection is a collection of over 700 ready-to-run\n" "applications, from text editors to games to WEB servers. Would you like\n" "to browse the collection now?")) configPackages(self); diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 1f1499b4f7b4..356567a25adc 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.143 1996/12/01 12:27:36 jkh Exp $ + * $Id: install.c,v 1.144 1996/12/02 05:01:02 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -494,7 +494,7 @@ installNovice(dialogMenuItem *self) } dialog_clear_norefresh(); - if (!msgYesNo("The FreeBSD package collection is a collection of over 600 ready-to-run\n" + if (!msgYesNo("The FreeBSD package collection is a collection of over 700 ready-to-run\n" "applications, from text editors to games to WEB servers. Would you like\n" "to browse the collection now?")) configPackages(self); diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 1f1499b4f7b4..356567a25adc 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.143 1996/12/01 12:27:36 jkh Exp $ + * $Id: install.c,v 1.144 1996/12/02 05:01:02 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -494,7 +494,7 @@ installNovice(dialogMenuItem *self) } dialog_clear_norefresh(); - if (!msgYesNo("The FreeBSD package collection is a collection of over 600 ready-to-run\n" + if (!msgYesNo("The FreeBSD package collection is a collection of over 700 ready-to-run\n" "applications, from text editors to games to WEB servers. Would you like\n" "to browse the collection now?")) configPackages(self); |
