[tor-commits] r25449: {check} when there's a tbb update, tell people it's a security updat (check/trunk/cgi-bin)

Roger Dingledine arma at torproject.org
Fri Feb 17 21:18:52 UTC 2012


Author: arma
Date: 2012-02-17 21:18:52 +0000 (Fri, 17 Feb 2012)
New Revision: 25449

Modified:
   check/trunk/cgi-bin/TorCheck.py
Log:
when there's a tbb update, tell people it's a security update.
(it's my understanding that we don't unrecommend a version unless
there is a security problem with it.)


Modified: check/trunk/cgi-bin/TorCheck.py
===================================================================
--- check/trunk/cgi-bin/TorCheck.py	2012-02-17 17:17:51 UTC (rev 25448)
+++ check/trunk/cgi-bin/TorCheck.py	2012-02-17 21:18:52 UTC (rev 25449)
@@ -270,7 +270,7 @@
             req.write('<br>\n<br>\n')
             req.write('</h1>\n')
             req.write('<h1 style="color: #FA0">\n')
-            req.write(_('There is an update available for the Tor Browser Bundle.'))
+            req.write(_('There is a security update available for the Tor Browser Bundle.'))
             req.write('<br>\n<br>\n')
             req.write(_('<a href="https://www.torproject.org/download/download-easy.html">Click here to go to the download page</a>'))
             req.write('<br>\n<br>\n')



More information about the tor-commits mailing list