From owner-svn-src-head@FreeBSD.ORG Wed Apr 24 03:15:55 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A6D0EEB7; Wed, 24 Apr 2013 03:15:55 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9886A1C2B; Wed, 24 Apr 2013 03:15:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3O3Ft2a027199; Wed, 24 Apr 2013 03:15:55 GMT (envelope-from dteske@svn.freebsd.org) Received: (from dteske@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3O3FtmX027198; Wed, 24 Apr 2013 03:15:55 GMT (envelope-from dteske@svn.freebsd.org) Message-Id: <201304240315.r3O3FtmX027198@svn.freebsd.org> From: Devin Teske Date: Wed, 24 Apr 2013 03:15:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249827 - head/usr.sbin/bsdconfig/include X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 03:15:55 -0000 Author: dteske Date: Wed Apr 24 03:15:55 2013 New Revision: 249827 URL: http://svnweb.freebsd.org/changeset/base/249827 Log: Fix copy/paste error. Modified: head/usr.sbin/bsdconfig/include/messages.subr Modified: head/usr.sbin/bsdconfig/include/messages.subr ============================================================================== --- head/usr.sbin/bsdconfig/include/messages.subr Wed Apr 24 01:36:35 2013 (r249826) +++ head/usr.sbin/bsdconfig/include/messages.subr Wed Apr 24 03:15:55 2013 (r249827) @@ -56,7 +56,7 @@ msg_choose_a_cd_dvd_type="Choose a CD/DV msg_choose_a_dos_partition="Choose a DOS partition" msg_choose_a_floppy_drive="Choose a Floppy drive" msg_choose_a_ufs_partition="Choose a UFS partition" -msg_choose_a_usb_partition="Choose a USB drive" +msg_choose_a_usb_drive="Choose a USB drive" msg_choose_installation_media="Choose Installation Media" msg_choose_installation_media_description="FreeBSD can be installed from a variety of different installation\nmedia, ranging from floppies to an Internet FTP server. If you're\ninstalling FreeBSD from a supported CD/DVD drive then this is generally\nthe best media to use if you have no overriding reason for using other\nmedia." msg_client_error="Client error, you could try an other server"