summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/menus.c
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2004-05-18 16:18:04 +0000
committerkensmith <kensmith@FreeBSD.org>2004-05-18 16:18:04 +0000
commit75e9079c3e5eb365ff942f69a26f7aa6b8c4a3d9 (patch)
treea20c81a1ab298755248e2818497fb4b8738cf97b /usr.sbin/sade/menus.c
parente784f59f1523beb876e8bb69dd780efdb8e537d6 (diff)
downloadFreeBSD-src-75e9079c3e5eb365ff942f69a26f7aa6b8c4a3d9.zip
FreeBSD-src-75e9079c3e5eb365ff942f69a26f7aa6b8c4a3d9.tar.gz
Pressing 's' in the initial menu should result in selecting the 'Standard'
installation as far as most people are concerned but both 'Standard' and 'Select' begin with S and 'Select' is winning. This makes it so 'Select' is not select-able using a keystroke but that is probably for the best and the text on the screen adequately describes how to move back and forth between 'Select' and 'Exit'. Adapted from work by: josef@ PR: i386/37999 MFC after: 1 week
Diffstat (limited to 'usr.sbin/sade/menus.c')
-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 9dae3a5..6c15e06 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -303,7 +303,7 @@ DMenu MenuInitial = {
"option with [SPACE] or [ENTER]. To exit, use [TAB] to move to Exit.",
"Press F1 for Installation Guide", /* help line */
"INSTALL", /* help file */
- { { "Select" },
+ { { " Select " },
{ "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 },
OpenPOWER on IntegriCloud