diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-12-03 21:02:26 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-12-03 21:02:26 +0000 |
| commit | 06bb7932eab81a412e9dc451a39f46f2fc07dc49 (patch) | |
| tree | f17ad320e948b70733fab5d951836b8a2c0e7e89 | |
| parent | 8ba4488cea33438c69f6e5e4874f500f22f95f0e (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/menus.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/menus.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index b8aef0f84a09..5e5455b0394e 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -999,7 +999,7 @@ DMenu MenuSubDistributions = { dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS }, { " local", "Local additions collection", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_LOCAL}, - { " perl", "Perl", + { " perl", "The Perl distribution", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PERL }, { " XFree86", "The XFree86 distribution", #ifdef X_AS_PKG diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index b8aef0f84a09..5e5455b0394e 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -999,7 +999,7 @@ DMenu MenuSubDistributions = { dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS }, { " local", "Local additions collection", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_LOCAL}, - { " perl", "Perl", + { " perl", "The Perl distribution", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PERL }, { " XFree86", "The XFree86 distribution", #ifdef X_AS_PKG |
