[tor-commits] [bridgedb] 01/02: Update distributor descriptions

gitolite role git at cupani.torproject.org
Wed May 4 11:25:12 UTC 2022


This is an automated email from the git hooks/post-receive script.

meskio pushed a commit to branch main
in repository bridgedb.

commit 8ae32db1470c41a3e592a0b753abfd19c11f399e
Author: Spydar007 <root at spydar007.com>
AuthorDate: Tue May 3 21:33:48 2022 +0100

    Update distributor descriptions
    
    - Fix intro paragraph which previously still said there were four mechanisms.
    - Fix spelling and grammar in Settings distributor mechanism.
    - Fix Telegram command to /bridges and not \bridges
    - Reserved is reserved now, so change to say that it used to be unallocated.
    - Fix spelling and grammar in "None" distributor mechanism.
---
 bridgedb/strings.py | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/bridgedb/strings.py b/bridgedb/strings.py
index cc66d1a..b44b853 100644
--- a/bridgedb/strings.py
+++ b/bridgedb/strings.py
@@ -112,11 +112,9 @@ BRIDGEDB_INFO = {
     0: _("Bridge distribution mechanisms"),
     # TRANSLATORS: Please DO NOT translate "BridgeDB", "HTTPS", and "Moat".
     1: _("""\
-BridgeDB implements four mechanisms to distribute bridges: "HTTPS", "Moat",
-"Email", and "Reserved".  Bridges that are not distributed over BridgeDB use
-the pseudo-mechanism "None".  The following list briefly explains how these
-mechanisms work and our %sBridgeDB metrics%s visualize how popular each of the
-mechanisms is."""),
+BridgeDB implements various mechanisms to distribute bridges. The
+following list briefly explains how these mechanisms work and our
+%sBridgeDB metrics%s visualize how popular each of the mechanisms is."""),
     2: _("""\
 The "HTTPS" distribution mechanism hands out bridges over this website.  To get
 bridges, go to %sbridges.torproject.org%s, select your preferred options, and
@@ -134,11 +132,11 @@ email body."""),
     5: _("""\
 The "Settings" distributor is used by Tor Browser and other clients to
 autoconfigure the circumvention settings depending on the location of the user.
-It uses a %smap of countries and what cicumvention mechanism works on each%s to
-to provide the right kind of bridge for each country."""),
+It uses a %smap of countries and what circumvention mechanism works in each%s to
+provide the right kind of bridge for each country."""),
     6: _("""\
 Users can request bridges from the "Telegram" distribution mechanism by sending
-the '\\bridges' command to %s at GetBridgesBot%s over the Telegram instant
+the '/bridges' command to %s at GetBridgesBot%s over the Telegram instant
 messaging network."""),
     7: _("Reserved"),
     8: _("""\
@@ -146,11 +144,11 @@ BridgeDB maintains a small number of bridges that are not distributed
 automatically.  Instead, we reserve these bridges for manual distribution and
 hand them out to NGOs and other organizations and individuals that need
 bridges.  Bridges that are distributed over the "Reserved" mechanism may not
-see users for a long time.  Note that the "Reserved" distribution mechanism is
-called "Unallocated" in %sbridge pool assignment%s files."""),
+see users for a long time.  Note that the "Reserved" distribution mechanism was
+previously called "Unallocated" in %sbridge pool assignment%s files."""),
     9: _("None"),
     10: _("""\
-Bridges whose distribution mechanism is "None" are not distributed by BridgeDB.
+Bridges that have a distribution mechanism of "None" are not distributed by BridgeDB.
 It is the bridge operator's responsibility to distribute their bridges to
 users.  Note that on Relay Search, a freshly set up bridge's distribution
 mechanism says "None" for up to approximately one day.  Be a bit patient, and

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list