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
This commit is contained in:
Jordan K. Hubbard 2002-01-30 01:34:16 +00:00
parent 554b9a6e8e
commit 6a5a5f48e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89974
2 changed files with 2 additions and 2 deletions

View File

@ -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 },

View File

@ -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 },