From 1c23cb6aab6303da7f683ffe6180f47167c63e86 Mon Sep 17 00:00:00 2001 From: bmah Date: Mon, 26 Nov 2001 23:14:21 +0000 Subject: Grammar police (system console terminal type menu). --- usr.sbin/sysinstall/menus.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/sysinstall/menus.c') 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, -- cgit v1.1