summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-17 19:33:27 +0000
committerjkh <jkh@FreeBSD.org>1996-06-17 19:33:27 +0000
commit1eddad26ddaead0bc81f481376ee2b05340ce62c (patch)
treedd7114a880246d1d57db53a676c102675c269de0 /usr.sbin/sysinstall/menus.c
parentee326e9492999f0bce9551947a19ac6944b82206 (diff)
downloadFreeBSD-src-1eddad26ddaead0bc81f481376ee2b05340ce62c.zip
FreeBSD-src-1eddad26ddaead0bc81f481376ee2b05340ce62c.tar.gz
Whups! Slight adjustment.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index d6033d2..2377af4 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.69 1996/06/16 23:17:33 jkh Exp $
+ * $Id: menus.c,v 1.70 1996/06/17 19:31:34 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -202,9 +202,9 @@ checkTrue(dialogMenuItem *item)
DMenu MenuIndex = {
DMENU_NORMAL_TYPE,
"Glossary of functions",
- "This menu contains an alphabetized index of all top level functions in\n"
- "this program (sysinstall). Invoke an option by pressing [ENTER].\n"
- "Exit the installation by selecting Cancel [TAB-ENTER].",
+ "This menu contains an alphabetized index of the top level functions in\n"
+ "this program (sysinstall). Invoke an option by pressing [ENTER].\n"
+ "Leave the index page by selecting Cancel [TAB-ENTER].",
"Use PageUp or PageDown to move through this menu faster!",
NULL,
{ { "Add User", "Add users to the system.", NULL, dmenuSystemCommand, NULL, "adduser -config_create ; adduser -s" },
@@ -295,7 +295,7 @@ DMenu MenuInitial = {
{ "7 Fixit", "Go into repair mode with CDROM or floppy", NULL, dmenuSubmenu, NULL, &MenuFixit },
{ "8 Upgrade", "Upgrade an existing 2.0.5 system", NULL, installUpgrade },
{ "9 Configure", "Do post-install configuration of FreeBSD", NULL, dmenuSubmenu, NULL, &MenuConfigure },
- { "0 Index", "Glossary list of all possible operations.", NULL, dmenuSubmenu, NULL, &MenuIndex },
+ { "0 Index", "Glossary of functions.", NULL, dmenuSubmenu, NULL, &MenuIndex },
{ NULL } },
};
OpenPOWER on IntegriCloud