summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/sade/menus.c2
-rw-r--r--usr.sbin/sysinstall/menus.c2
2 files changed, 2 insertions, 2 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 },
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 9dae3a5..6c15e06 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/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