[Pkg-anonymity-tools] [torbrowser-launcher] 12/48: display more verbose info when downloading TBB for the first time or updating (#135)

Holger Levsen holger at moszumanska.debian.org
Wed Feb 4 22:15:38 UTC 2015


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

holger pushed a commit to branch master
in repository torbrowser-launcher.

commit f79ab0043a24e67aecd69975dee70f49ecc4ecd0
Author: Micah Lee <micah at micahflee.com>
Date:   Tue Sep 30 23:44:38 2014 +0000

    display more verbose info when downloading TBB for the first time or updating (#135)
---
 torbrowser_launcher/launcher.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/torbrowser_launcher/launcher.py b/torbrowser_launcher/launcher.py
index 7bb7ea1..6c1d6ff 100644
--- a/torbrowser_launcher/launcher.py
+++ b/torbrowser_launcher/launcher.py
@@ -153,7 +153,7 @@ class Launcher:
             elif installed_version < latest_version:
                 print _('TBB is out of date, attempting to upgrade to {0}'.format(latest_version))
                 # there is a tbb upgrade available
-                self.set_gui('task', _("Your Tor Browser is out of date."),
+                self.set_gui('task', _("Your Tor Browser is out of date. Upgrading from {0} to {1}.".format(installed_version, latest_version)),
                              ['download_sha256',
                               'download_sha256_sig',
                               'download_tarball',
@@ -167,7 +167,7 @@ class Launcher:
         # not installed
         else:
             print _('TBB is not installed, attempting to install {0}'.format(latest_version))
-            self.set_gui('task', _("Downloading and installing Tor Browser."),
+            self.set_gui('task', _("Downloading and installing Tor Browser for the first time."),
                          ['download_sha256',
                           'download_sha256_sig',
                           'download_tarball',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/torbrowser-launcher.git



More information about the Pkg-anonymity-tools mailing list