diff options
author | brucec <brucec@FreeBSD.org> | 2010-11-14 09:14:17 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2010-11-14 09:14:17 +0000 |
commit | d4de3c13058a353d418e727142942892cb1822c1 (patch) | |
tree | cabd6b2854bb8cb4f93887c257f9aa1ed9cae70b /usr.sbin | |
parent | 999ebfa6614e2b7b16ab280da2ca2d0b49561631 (diff) | |
download | FreeBSD-src-d4de3c13058a353d418e727142942892cb1822c1.zip FreeBSD-src-d4de3c13058a353d418e727142942892cb1822c1.tar.gz |
"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
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |