summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2002-01-30 01:34:16 +0000
committerjkh <jkh@FreeBSD.org>2002-01-30 01:34:16 +0000
commit26055e4dcc88af368bdff565b1155ae927c73422 (patch)
tree2528bbff1ade9c47fd399b7b12a85361cd667968 /usr.sbin/sade
parent27f51d26aef258131d8069a25758c1ecaa8d1d4c (diff)
downloadFreeBSD-src-26055e4dcc88af368bdff565b1155ae927c73422.zip
FreeBSD-src-26055e4dcc88af368bdff565b1155ae927c73422.tar.gz
Stop saying that "express" mode is for impatient people. It's
really for impatient and EXPERT people who know sysinstall backwards and forwards. MFC after: 1 week
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 9bcd360..fc9ca68 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -296,7 +296,7 @@ DMenu MenuInitial = {
{ "X Exit Install", NULL, NULL, dmenuExit },
{ " Usage", "Quick start - How to use this menu system", NULL, dmenuDisplayFile, NULL, "usage" },
{ "Standard", "Begin a standard installation (recommended)", NULL, installStandard },
- { "Express", "Begin a quick installation (for the impatient)", NULL, installExpress },
+ { "Express", "Begin a quick installation (for experts)", NULL, installExpress },
{ " Custom", "Begin a custom installation (for experts)", NULL, dmenuSubmenu, NULL, &MenuInstallCustom },
{ "Configure", "Do post-install configuration of FreeBSD", NULL, dmenuSubmenu, NULL, &MenuConfigure },
{ "Doc", "Installation instructions, README, etc.", NULL, dmenuSubmenu, NULL, &MenuDocumentation },
OpenPOWER on IntegriCloud