[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17369: {check} it's an IP address, not an IP. ("Please enter an IP? Ok, 4." (check/trunk/cgi-bin)



Author: arma
Date: 2008-11-22 18:54:39 -0500 (Sat, 22 Nov 2008)
New Revision: 17369

Modified:
   check/trunk/cgi-bin/TorBulkExitList.py
Log:
it's an IP address, not an IP. ("Please enter an IP? Ok, 4.")


Modified: check/trunk/cgi-bin/TorBulkExitList.py
===================================================================
--- check/trunk/cgi-bin/TorBulkExitList.py	2008-11-22 21:46:34 UTC (rev 17368)
+++ check/trunk/cgi-bin/TorBulkExitList.py	2008-11-22 23:54:39 UTC (rev 17369)
@@ -257,7 +257,7 @@
         privately, rather than telling us your users' IP addresses.
         This list allows you to have a nearly real time authoritative source for Tor
         exits that allow contacting your server on port 80. While we don't log
-        the IP that queries for a given list, we do keep a cache of answers for
+        the IP address that queries for a given list, we do keep a cache of answers for
         all queries made. This is purely for performance reasons and they are
         automatically deleted after a given threshold. If you'd like, you're
         free to run your own copy of this program. It's Free Software and can
@@ -265,7 +265,7 @@
         href="https://svn.torproject.org/svn/check/trunk/cgi-bin/TorBulkExitList.py";>Tor
         subversion repository</a>.<br><br>\n""")
 
-        req.write('Please enter an IP:<br>\n')
+        req.write('Please enter an IP address:<br>\n')
         req.write('<form action="/cgi-bin/TorBulkExitList.py" name=ip\n')
         req.write('<input type="text" name="ip"><br>\n')
         req.write('<input type="submit" value="Submit">')