[tor-commits] [bridgedb/develop] Fix comment and UI string typos

isis at torproject.org isis at torproject.org
Wed May 14 03:42:28 UTC 2014


commit bd069d51a64baf9bdc8a0bbeb74975e851d7ba46
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Mon May 12 15:40:58 2014 -0700

    Fix comment and UI string typos
    
    Signed-off-by: Isis Lovecruft <isis at torproject.org>
---
 lib/bridgedb/strings.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/bridgedb/strings.py b/lib/bridgedb/strings.py
index e001d45..cfd682f 100644
--- a/lib/bridgedb/strings.py
+++ b/lib/bridgedb/strings.py
@@ -25,8 +25,8 @@ emails is %s hours. All further emails during this time period will be ignored."
     3: _("""\
 COMMANDs: (combine COMMANDs to specify multiple options simultaneously)"""),
     4: _("Welcome to BridgeDB!"),
-    # TRANLATORS: Please DO NOT tranlate the words "transport" or "TYPE".
-    5: _("Currently supported tranport TYPEs:"),
+    # TRANSLATORS: Please DO NOT translate the words "transport" or "TYPE".
+    5: _("Currently supported transport TYPEs:"),
     6: _("Hey, %s!"),
     7: _("Hello, friend!"),
     8: _("Public Keys"),
@@ -122,7 +122,7 @@ EMAIL_COMMANDS = {
     "get help":             _("Displays this message."),
     "get bridges":          _("Request vanilla bridges."),
     "get ipv6":             _("Request IPv6 bridges."),
-    # TRANLATORS: Please DO NOT tranlate the word the word "TYPE".
+    # TRANSLATORS: Please DO NOT translate the word the word "TYPE".
     "get transport [TYPE]": _("Request a Pluggable Transport by TYPE."),
     "get key":              _("Get a copy of BridgeDB's public GnuPG key."),
     #"subscribe":            _("Subscribe to receive new bridges once per week"),





More information about the tor-commits mailing list