aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2001-07-31 04:14:44 +0000
committerEric Melville <eric@FreeBSD.org>2001-07-31 04:14:44 +0000
commit7ddbe3a0c08b696f9796752858b86f58c7f8869e (patch)
tree3969ac5bceb5371a491e7f1727c8b4f946a9f638
parent9ceb184438428d4c3476652a00cfde20e69d0fc5 (diff)
Remove an accidental comma that managed to creep in with the last commit.
Notes
Notes: svn path=/head/; revision=80707
-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 bd1ab9aa4889..6cd2ea980e5b 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -1262,7 +1262,7 @@ DMenu MenuStartup = {
DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS,
"Startup Services Menu",
"This menu allows you to configure various aspects of your system's\n"
- "startup configuration. Use [SPACE] or [ENTER] to select items, and\n",
+ "startup configuration. Use [SPACE] or [ENTER] to select items, and\n"
"[TAB] to move to the buttons. Select Exit to leave this menu.",
NULL,
NULL,
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index bd1ab9aa4889..6cd2ea980e5b 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1262,7 +1262,7 @@ DMenu MenuStartup = {
DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS,
"Startup Services Menu",
"This menu allows you to configure various aspects of your system's\n"
- "startup configuration. Use [SPACE] or [ENTER] to select items, and\n",
+ "startup configuration. Use [SPACE] or [ENTER] to select items, and\n"
"[TAB] to move to the buttons. Select Exit to leave this menu.",
NULL,
NULL,