diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-14 16:24:34 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-11-14 16:24:34 +0000 |
| commit | 933a44e8a8c1869535ad4a96c5f708bc32b0c658 (patch) | |
| tree | 9963e7b5226683667dd7defdb434ff9190be86a0 /release/sysinstall/install.c | |
| parent | f6f114b411d512dadc6bf88455e6b2711b0abd0a (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/install.c')
| -rw-r--r-- | release/sysinstall/install.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 61d4df058dc0..8ea7a1d30d27 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.71.2.109 1996/11/10 13:14:36 jkh Exp $ + * $Id: install.c,v 1.71.2.110 1996/11/12 18:43:06 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -491,7 +491,7 @@ installNovice(dialogMenuItem *self) } dialog_clear_norefresh(); - if (!msgYesNo("The FreeBSD package collection is a collection of over 550 ready-to-run\n" + if (!msgYesNo("The FreeBSD package collection is a collection of over 600 ready-to-run\n" "applications, from text editors to games to WEB servers. Would you like\n" "to browse the collection now?")) configPackages(self); |
