commit e3dc64d3a08022a30a31dd74d2ee181709d999d5 Author: Isis Lovecruft isis@torproject.org Date: Mon May 5 18:44:15 2014 +0000
Add email "get key" command for getting a copy of BridgeDB's GPG keys. --- lib/bridgedb/strings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/bridgedb/strings.py b/lib/bridgedb/strings.py index 5009b44..421f8ec 100644 --- a/lib/bridgedb/strings.py +++ b/lib/bridgedb/strings.py @@ -115,8 +115,9 @@ EMAIL_COMMANDS = { "get ipv6": _("Request IPv6 bridges."), # TRANLATORS: Please DO NOT tranlate the word the word "TYPE". "get transport [TYPE]": _("Request a Pluggable Transport by TYPE."), - #"subscribe": _("Subscribe to receive new bridges once per week") - #"unsubscribe": _("Cancel a subscription to new bridges") + "get key": _("Get a copy of BridgeDB's public GnuPG key."), + #"subscribe": _("Subscribe to receive new bridges once per week"), + #"unsubscribe": _("Cancel a subscription to new bridges"), }
#-----------------------------------------------------------------------------