[Pkg-anonymity-tools] [torbrowser-launcher] 12/16: display more verbose info when downloading TBB for the first time or updating (#135)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Oct 2 17:06:09 UTC 2014
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to annotated tag v0.1.5
in repository torbrowser-launcher.
commit e25fbc5a7398c41ea18959151c2773ff5d388211
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