[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] point to correct entry in I18n.BRIDGEDB_TEXT
commit deb700c43bc5ab8bb9479d0257a15e6fc1c64922
Author: aagbsn <aagbsn@xxxxxxxx>
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])
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits