summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-11-26 23:14:21 +0000
committerbmah <bmah@FreeBSD.org>2001-11-26 23:14:21 +0000
commit1c23cb6aab6303da7f683ffe6180f47167c63e86 (patch)
tree3d5d2c5f0375b446a96d59900611d6051fa6a844 /usr.sbin
parent1ab9cf7b4b33fdb915f3026de7fe5fc36c2acc1c (diff)
downloadFreeBSD-src-1c23cb6aab6303da7f683ffe6180f47167c63e86.zip
FreeBSD-src-1c23cb6aab6303da7f683ffe6180f47167c63e86.tar.gz
Grammar police (system console terminal type menu).
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/menus.c8
-rw-r--r--usr.sbin/sysinstall/menus.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 0726367..ff0ee2e 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -1623,10 +1623,10 @@ DMenu MenuSysconsScrnmap = {
DMenu MenuSysconsTtys = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"System Console Terminal Type",
- "For various console encodings corresponding terminal type\n"
- "must be choosed in /etc/ttys.\n"
- "WARNING: due to compatibility reasons, only entries started with\n"
- "ttyv and with terminal type started with cons[0-9] can be changed\n"
+ "For various console encodings, a corresponding terminal type\n"
+ "must be chosen in /etc/ttys.\n\n"
+ "WARNING: For compatibility reasons, only entries starting with\n"
+ "ttyv and terminal types starting with cons[0-9] can be changed\n"
"via this menu.\n",
"Choose a terminal type",
NULL,
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 0726367..ff0ee2e 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1623,10 +1623,10 @@ DMenu MenuSysconsScrnmap = {
DMenu MenuSysconsTtys = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"System Console Terminal Type",
- "For various console encodings corresponding terminal type\n"
- "must be choosed in /etc/ttys.\n"
- "WARNING: due to compatibility reasons, only entries started with\n"
- "ttyv and with terminal type started with cons[0-9] can be changed\n"
+ "For various console encodings, a corresponding terminal type\n"
+ "must be chosen in /etc/ttys.\n\n"
+ "WARNING: For compatibility reasons, only entries starting with\n"
+ "ttyv and terminal types starting with cons[0-9] can be changed\n"
"via this menu.\n",
"Choose a terminal type",
NULL,
OpenPOWER on IntegriCloud