From d4de3c13058a353d418e727142942892cb1822c1 Mon Sep 17 00:00:00 2001 From: brucec Date: Sun, 14 Nov 2010 09:14:17 +0000 Subject: "Web" should not be all upper-case because it's not an acronym. PR: bin/130366 Submitted by: Royce Williams MFC after: 1 week --- usr.sbin/sysinstall/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 273f221..db347e2 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -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); } -- cgit v1.1