[tor-commits] [gettor/master] Add a note about the large size of the macosx-i386 browser bundle.

kaner at torproject.org kaner at torproject.org
Sun Sep 4 09:21:35 UTC 2011


commit 707dc6db95b53486c4082f0605f7ab222d291de8
Author: Christian Fromme <kaner at strace.org>
Date:   Sun Sep 4 11:20:45 2011 +0200

    Add a note about the large size of the macosx-i386 browser bundle.
---
 lib/gettor/responses.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/gettor/responses.py b/lib/gettor/responses.py
index d293b23..d8bcae3 100644
--- a/lib/gettor/responses.py
+++ b/lib/gettor/responses.py
@@ -27,7 +27,8 @@ def getPackageHelpText(t):
     return t.gettext(i18n.GETTOR_TEXT[6]) + "\n\n" \
          + t.gettext(i18n.GETTOR_TEXT[46]) + "\n\n" \
          + t.gettext(i18n.GETTOR_TEXT[47]) + "\n\n" \
-         + t.gettext(i18n.GETTOR_TEXT[48]) + "\n\n" \
+         + t.gettext(i18n.GETTOR_TEXT[48]) + "\n" \
+         + t.gettext(i18n.GETTOR_TEXT[51]) + "\n\n" \
          + t.gettext(i18n.GETTOR_TEXT[49]) + "\n\n" \
          + t.gettext(i18n.GETTOR_TEXT[50]) + "\n" \
          + t.gettext(i18n.GETTOR_TEXT[51]) + "\n\n" \



More information about the tor-commits mailing list