[Pkg-privacy-commits] [torbrowser-launcher] 390/476: display more verbose info when downloading TBB for the first time or updating (#135)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:22:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
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/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list