aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2003-01-26 21:14:56 +0000
committerMurray Stokely <murray@FreeBSD.org>2003-01-26 21:14:56 +0000
commit9d11bc143b562a713100d88bd8a6f429c2e1e2b3 (patch)
treebd8bc91e1fc8978161c9457d106832e85f9e9cb1 /usr.sbin/sysinstall
parent9799a92dae8a27f443b6c34b66b46528eab77a71 (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 4c37d18f8fc9..12d5a1b0fefe 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -913,7 +913,7 @@ DMenu MenuDistributions = {
"distributions",
{ { "X Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
- { "All", "All system sources, binaries and X Window System)",
+ { "All", "All system sources, binaries and X Window System",
checkDistEverything, distSetEverything, NULL, NULL, ' ', ' ', ' ' },
{ "Reset", "Reset selected distribution list to nothing",
NULL, distReset, NULL, NULL, ' ', ' ', ' ' },