[Pkg-privacy-commits] [torbrowser-launcher] 92/476: small localization typo
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:26 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 586876df0c2db4c1a2a86e0d4842fd49e2227e32
Author: Micah Lee <micahflee at riseup.net>
Date: Wed Apr 3 19:07:11 2013 -0700
small localization typo
---
torbrowser-launcher | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/torbrowser-launcher b/torbrowser-launcher
index 001221e..a42a9a4 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -395,7 +395,7 @@ class TorBrowserLauncher:
amount = amount / float(size)
break
- self.progress.set_text(_('Downloaded')+('%2.1f%% (%2.1f %s)' % ((percent * 100.0), amount, units)))
+ self.progress.set_text(_('Downloaded')+(' %2.1f%% (%2.1f %s)' % ((percent * 100.0), amount, units)))
def connectionLost(self, reason):
print _('Finished receiving body:'), reason.getErrorMessage()
--
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