diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-17 19:33:27 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-17 19:33:27 +0000 |
| commit | 6da0e3ac2e75c20966d33a4e1ba2d4ef934aaa3b (patch) | |
| tree | dd7114a880246d1d57db53a676c102675c269de0 /release | |
| parent | 271d660404a795c1c92861ad9b65ac2f70e8ea9d (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/menus.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index d6033d2ed57d..2377af405b34 100644 --- a/release/sysinstall/menus.c +++ b/release/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 } }, }; |
