commit 6aee2852c209348d84e66e703f670d366cc10136 Author: Isis Lovecruft isis@torproject.org Date: Mon May 5 18:41:05 2014 +0000
Change lines in strings.py to not say "(shown above)" for bridge lines.
In the emails we send out, the bridge lines are underneath the "Here are your bridge lines:" line. Though, if we send a help email, there aren't any bridge lines, and so saying "(shown above)" is confusing.
Similarly, on the https://bridges.torproject.org/howto.html page, saying "(shown above)" when there aren't any bridge lines above is confusing. --- lib/bridgedb/strings.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/lib/bridgedb/strings.py b/lib/bridgedb/strings.py index 0157ecb..d2c8a87 100644 --- a/lib/bridgedb/strings.py +++ b/lib/bridgedb/strings.py @@ -76,7 +76,7 @@ and any messages which Tor gave out, etc."""), }
BRIDGES = { - 0: _("Bridges"), + 0: _("Here are your bridge lines:"), 1: _("Get Bridges!"), }
@@ -104,10 +104,9 @@ Does your Internet Service Provider (ISP) block or otherwise censor connections to the Tor network?"""), 4: _("""\ Select 'Yes' and then click 'Next'. To configure your new bridges, copy and -paste the bridge lines (shown above) into the text input box. Finally, click -'Connect', and you should be good to go! If you experience trouble, try -clicking the 'Help' button in the 'Tor Network Settings' wizard for further -assistance."""), +paste the bridge lines into the text input box. Finally, click 'Connect', and +you should be good to go! If you experience trouble, try clicking the 'Help' +button in the 'Tor Network Settings' wizard for further assistance."""), }
EMAIL_COMMANDS = {
tor-commits@lists.torproject.org