svn commit: r215287 - head/usr.sbin/sysinstall

Bruce Cran brucec at FreeBSD.org
Sun Nov 14 09:14:17 UTC 2010


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);
     }


More information about the svn-src-all mailing list