From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 11 06:40:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A3E91065676 for ; Sun, 11 Jan 2009 06:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA6FD8FC18 for ; Sun, 11 Jan 2009 06:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B6e2ee024809 for ; Sun, 11 Jan 2009 06:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0B6e2bQ024803; Sun, 11 Jan 2009 06:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jan 2009 06:40:02 GMT Resent-Message-Id: <200901110640.n0B6e2bQ024803@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Royce Williams Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C4C2106566C for ; Sun, 11 Jan 2009 06:36:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4ADEF8FC1F for ; Sun, 11 Jan 2009 06:36:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n0B6amjd094890 for ; Sun, 11 Jan 2009 06:36:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0B6amDM094889; Sun, 11 Jan 2009 06:36:48 GMT (envelope-from nobody) Message-Id: <200901110636.n0B6amDM094889@www.freebsd.org> Date: Sun, 11 Jan 2009 06:36:48 GMT From: Royce Williams To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/130366: Minor correction to sysinstall dialog use of "WEB" - non-acronym X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2009 06:40:03 -0000 >Number: 130366 >Category: misc >Synopsis: Minor correction to sysinstall dialog use of "WEB" - non-acronym >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 11 06:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Royce Williams >Release: 6.4 >Organization: >Environment: FreeBSD heffalump.prv.tycho.org 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 11:43:51 UTC 2008 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The sysinstall dialog box about browsing the package collection uses this phrase: from text editors to games to WEB servers This should read: from text editors to games to web servers .. as "web" is not an acronym/initialism/alphabetism/abbreviation. >How-To-Repeat: Run sysinstall until prompted to browse the package collection. >Fix: Apply patch. --- usr.sbin/sysinstall/install.c 2008-10-11 22:41:55.000000000 -0800 +++ usr.sbin/sysinstall/install.c.new 2009-01-10 21:24:49.000000000 -0900 @@ -719,7 +719,7 @@ dialog_clear_norefresh(); if (!msgYesNo("The FreeBSD package collection is a collection of thousands of ready-to-run\n" - "applications, from text editors to games to WEB servers and more. Would you\n" + "applications, from text editors to games to web servers and more. Would you\n" "like to browse the collection now?")) { (void)configPackages(self); } >Release-Note: >Audit-Trail: >Unformatted: