From owner-svn-src-stable-8@FreeBSD.ORG Sat Aug 7 13:40:00 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FA31106564A; Sat, 7 Aug 2010 13:40:00 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 13CA98FC1C; Sat, 7 Aug 2010 13:40:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o77DdxQS055550; Sat, 7 Aug 2010 13:39:59 GMT (envelope-from brucec@svn.freebsd.org) Received: (from brucec@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o77DdxhP055548; Sat, 7 Aug 2010 13:39:59 GMT (envelope-from brucec@svn.freebsd.org) Message-Id: <201008071339.o77DdxhP055548@svn.freebsd.org> From: Bruce Cran Date: Sat, 7 Aug 2010 13:39:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r211019 - stable/8/usr.sbin/sysinstall X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2010 13:40:00 -0000 Author: brucec Date: Sat Aug 7 13:39:59 2010 New Revision: 211019 URL: http://svn.freebsd.org/changeset/base/211019 Log: MFC r209748: Simplify the wording of the console configuration dialogs since we now only have a single video console driver. Approved by: rrs (mentor) Modified: stable/8/usr.sbin/sysinstall/menus.c Directory Properties: stable/8/usr.sbin/sysinstall/ (props changed) Modified: stable/8/usr.sbin/sysinstall/menus.c ============================================================================== --- stable/8/usr.sbin/sysinstall/menus.c Sat Aug 7 13:36:55 2010 (r211018) +++ stable/8/usr.sbin/sysinstall/menus.c Sat Aug 7 13:39:59 2010 (r211019) @@ -1840,9 +1840,8 @@ DMenu MenuNTP = { DMenu MenuSyscons = { DMENU_NORMAL_TYPE, "System Console Configuration", - "The default system console driver for FreeBSD (syscons) has a\n" - "number of configuration options which may be set according to\n" - "your preference.\n\n" + "The system console driver for FreeBSD has a number of configuration\n" + "options which may be set according to your preference.\n\n" "When you are done setting configuration options, select Cancel.", "Configure your system console settings", NULL, @@ -1866,9 +1865,9 @@ DMenu MenuSyscons = { DMenu MenuSysconsKeymap = { DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS, "System Console Keymap", - "The default system console driver for FreeBSD (syscons) defaults\n" - "to a standard \"PC-98x1\" keyboard map. Users may wish to choose\n" - "one of the other keymaps below.\n" + "The system console driver for FreeBSD defaults to a standard\n" + "\"PC-98x1\" keyboard map. Users may wish to choose one of the\n" + "other keymaps below.\n" "Note that sysinstall itself only uses the part of the keyboard map\n" "which is required to generate the ANSI character subset, but your\n" "choice of keymap will also be saved for later (fuller) use.", @@ -1882,10 +1881,10 @@ DMenu MenuSysconsKeymap = { DMenu MenuSysconsKeymap = { DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS, "System Console Keymap", - "The default system console driver for FreeBSD (syscons) defaults\n" - "to a standard \"American\" keyboard map. Users in other countries\n" - "(or with different keyboard preferences) may wish to choose one of\n" - "the other keymaps below.\n" + "The system console driver for FreeBSD defaults to a standard\n" + "\"American\" keyboard map. Users in other countries (or with\n" + "different keyboard preferences) may wish to choose one of the\n" + "other keymaps below.\n" "Note that sysinstall itself only uses the part of the keyboard map\n" "which is required to generate the ANSI character subset, but your\n" "choice of keymap will also be saved for later (fuller) use.",