From f8528b12d3b1298837c5035414d069862e3f1434 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Sun, 10 Aug 2014 23:13:44 -0700
Subject: [PATCH] improved version_checks copy

---
 config/locales/server.en.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml
index feb280637..760e9d31a 100644
--- a/config/locales/server.en.yml
+++ b/config/locales/server.en.yml
@@ -741,7 +741,7 @@ en:
     allow_index_in_robots_txt: "Specify in robots.txt that this site is allowed to be indexed by web search engines."
     email_domains_blacklist: "A list of email domains that users are not allowed to register accounts with. Example: mailinator.com trashmail.net"
     email_domains_whitelist: "A list of email domains that users MUST register accounts with. WARNING: Users with email domains other than those listed will not be allowed!"
-    version_checks: "Ping the Discourse Hub for version updates and show version messages on the /admin dashboard"
+    version_checks: "Ping the Discourse Hub for version updates with basic anonymized stats and show version messages on the /admin dashboard"
     new_version_emails: "Send an email to the contact_email address when a new version of Discourse is available."
 
     port: "DEVELOPER ONLY! WARNING! Use this HTTP port rather than the default of port 80. Leave blank for default of 80."