[tor-commits] [bridgedb/master] point to correct entry in I18n.BRIDGEDB_TEXT

arma at torproject.org arma at torproject.org
Wed Sep 21 01:35:54 UTC 2011


commit deb700c43bc5ab8bb9479d0257a15e6fc1c64922
Author: aagbsn <aagbsn at extc.org>
Date:   Tue Sep 20 16:17:39 2011 -0700

    point to correct entry in I18n.BRIDGEDB_TEXT
    
    use correct text for blocked bridges
    this didn't get changed when merging.
---
 lib/bridgedb/Server.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/bridgedb/Server.py b/lib/bridgedb/Server.py
index 964506a..956cc59 100644
--- a/lib/bridgedb/Server.py
+++ b/lib/bridgedb/Server.py
@@ -151,7 +151,7 @@ class WebResource(twisted.web.resource.Resource):
         if bridges:
             answer = "".join("%s %s\n" % (
                 b.getConfigLine(self.includeFingerprints),
-                (I18n.BRIDGEDB_TEXT[9] if b.isBlocked(countryCode) else "")
+                (I18n.BRIDGEDB_TEXT[16] if b.isBlocked(countryCode) else "")
                 ) for b in bridges) 
         else:
             answer = t.gettext(I18n.BRIDGEDB_TEXT[7])



More information about the tor-commits mailing list