[tor-commits] [bridgedb/master] 4568 - Update I18 strings

aagbsn at torproject.org aagbsn at torproject.org
Sat Mar 16 23:46:31 UTC 2013


commit c737704e07c6aad83b1a344eea49e91b788d0bc9
Author: aagbsn <aagbsn at extc.org>
Date:   Sun Jun 24 06:20:10 2012 -0700

    4568 - Update I18 strings
    
    Cleans up the I18 strings so that the command descriptions fit on
    a single line and provide.
---
 lib/bridgedb/I18n.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/bridgedb/I18n.py b/lib/bridgedb/I18n.py
index a1c82c9..dc704b9 100644
--- a/lib/bridgedb/I18n.py
+++ b/lib/bridgedb/I18n.py
@@ -70,10 +70,9 @@ between emails is: """),
  # BRIDGEDB_TEXT[17]
  _("""The following commands are also supported:"""),
  # BRIDGEDB_TEXT[18]
- _(""" ipv6 : request ipv6 bridges """),
+ _("""ipv6 : request ipv6 bridges."""),
  # BRIDGEDB_TEXT[19]
- _(""" transport TRANSPORT_NAME : request bridges with transport
-TRANSPORT_NAME, such as obfs2."""),
+ _("""transport NAME : request transport NAME. Example: 'transport obfs2'"""),
  # BRIDGEDB_TEXT[20]
  _("""Looking for IPv6 bridges?"""),
  # BRIDGEDB_TEXT[21]





More information about the tor-commits mailing list