Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2010 09:14:17 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215287 - head/usr.sbin/sysinstall
Message-ID:  <201011140914.oAE9EHie076310@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brucec
Date: Sun Nov 14 09:14:17 2010
New Revision: 215287
URL: http://svn.freebsd.org/changeset/base/215287

Log:
  "Web" should not be all upper-case because it's not an acronym.
  
  PR:	bin/130366
  Submitted by:	Royce Williams <royce at alaska.net>
  MFC after:	1 week

Modified:
  head/usr.sbin/sysinstall/install.c

Modified: head/usr.sbin/sysinstall/install.c
==============================================================================
--- head/usr.sbin/sysinstall/install.c	Sun Nov 14 09:03:42 2010	(r215286)
+++ head/usr.sbin/sysinstall/install.c	Sun Nov 14 09:14:17 2010	(r215287)
@@ -756,7 +756,7 @@ nodisks:
 
     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);
     }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011140914.oAE9EHie076310>