diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2002-10-02 16:25:04 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2002-10-02 16:25:04 +0000 |
| commit | 2b17a020b88dbf0793573e184854ee6b4ebea791 (patch) | |
| tree | 20086efb6a6b08743fb5750332c5a76a0fdc2f08 | |
| parent | d9fe40cfe2dbfd6f42e1f3e17de441e4c078b726 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/dist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 7c0c6e4ca5ec..27d921cde537 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -387,8 +387,8 @@ distMaybeSetPorts(dialogMenuItem *self) { dialog_clear_norefresh(); if (!msgYesNo("Would you like to install the FreeBSD ports collection?\n\n" - "This will give you ready access to over 7000 ported software packages,\n" - "at a cost of around 165MB of disk space when \"clean\" and possibly\n" + "This will give you ready access to over 7600 ported software packages,\n" + "at a cost of around 180MB of disk space when \"clean\" and possibly\n" "much more than that when a lot of the distribution tarballs are loaded\n" "(unless you have the extra discs available from a FreeBSD CD/DVD distribution\n" "and can mount them on /cdrom, in which case this is far less of a problem).\n\n" |
