commit 1fbe14743b399134ee89ca9840d57a20adcec09a Author: Roger Dingledine arma@torproject.org Date: Sat Aug 20 15:43:35 2011 -0400
get my name out of the strings
this should be a start at solving #3304. we still need all the translations to get fixed too. --- README.USER-HOWTO | 2 +- lib/gettor/responses.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.USER-HOWTO b/README.USER-HOWTO index 607c636..f068e02 100644 --- a/README.USER-HOWTO +++ b/README.USER-HOWTO @@ -57,7 +57,7 @@ example reply would look something like the following:
The output should look somewhat like this:
- gpg: Good signature from "Roger Dingledine arma@mit.edu" + gpg: Good signature from "Erinn Clark <...>"
If you're not familiar with commandline tools, try looking for a graphical user interface for GnuPG on this website: diff --git a/lib/gettor/responses.py b/lib/gettor/responses.py index 4033a67..47bb7d3 100644 --- a/lib/gettor/responses.py +++ b/lib/gettor/responses.py @@ -64,7 +64,7 @@ def getPackageMsg(t): + t.gettext(i18n.GETTOR_TEXT[29]) + "\n\n" \ + t.gettext(i18n.GETTOR_TEXT[30]) + "\n\n" \ + t.gettext(i18n.GETTOR_TEXT[31]) + "\n\n" \ - + " gpg: Good signature from 'Roger Dingledine arma@mit.edu'" \ + + " gpg: Good signature from 'Erinn Clark <...>'" \ + "\n\n" \ + t.gettext(i18n.GETTOR_TEXT[32]) + "\n\n" \ + " http://www.gnupg.org/related_software/frontends.html" \
tor-commits@lists.torproject.org