Date: Sun, 11 Jan 2009 06:36:48 GMT From: Royce Williams <royce@alaska.net> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/130366: Minor correction to sysinstall dialog use of "WEB" - non-acronym Message-ID: <200901110636.n0B6amDM094889@www.freebsd.org> Resent-Message-ID: <200901110640.n0B6e2bQ024803@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901110636.n0B6amDM094889>