[or-cvs] r23945: {check} More specific statement, which may confuse users but do it a (check/trunk/cgi-bin)

Andrew Lewman andrew at torproject.org
Wed Dec 15 16:40:40 UTC 2010


Author: phobos
Date: 2010-12-15 16:40:40 +0000 (Wed, 15 Dec 2010)
New Revision: 23945

Modified:
   check/trunk/cgi-bin/TorCheck.py
Log:
More specific statement, which may confuse users but do it anyway.
Fixes ticket 2289.


Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py	2010-12-15 12:52:49 UTC (rev 23944)
+++ check/trunk/cgi-bin/TorCheck.py	2010-12-15 16:40:40 UTC (rev 23945)
@@ -226,10 +226,10 @@
     if UsingTor == 0:
         req.write('\n')
         if hideLogo:
-            req.write('<img alt="' + _("Congratulations. You are using Tor.") + \
+            req.write('<img alt="' + _("Congratulations. Your browser is configured to use Tor.") + \
             '" src="/images/tor-on.png">\n<br>')
         req.write('<h1 style="color: #0A0">\n')
-        req.write(_('Congratulations. You are using Tor.'))
+        req.write(_('Congratulations. Your browser is configured to use Tor.'))
         req.write('<br>\n<br>\n')
         req.write('</h1>\n')
         req.write(_('Please refer to the <a href="https://www.torproject.org/">Tor website</a> for further information about using Tor safely.  You are now free to browse the Internet anonymously.'))



More information about the tor-commits mailing list