diff options
author | bmah <bmah@FreeBSD.org> | 2001-11-26 23:14:21 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-11-26 23:14:21 +0000 |
commit | 1c23cb6aab6303da7f683ffe6180f47167c63e86 (patch) | |
tree | 3d5d2c5f0375b446a96d59900611d6051fa6a844 | |
parent | 1ab9cf7b4b33fdb915f3026de7fe5fc36c2acc1c (diff) | |
download | FreeBSD-src-1c23cb6aab6303da7f683ffe6180f47167c63e86.zip FreeBSD-src-1c23cb6aab6303da7f683ffe6180f47167c63e86.tar.gz |
Grammar police (system console terminal type menu).
-rw-r--r-- | usr.sbin/sade/menus.c | 8 | ||||
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 8 |
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, |