From: Micah Lee Date: Thu, 4 Apr 2013 02:07:11 +0000 (-0700) Subject: small localization typo X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=586876df0c2db4c1a2a86e0d4842fd49e2227e32;hp=83819b3cc4df4d2ae231265e084137d642a117b1;p=torbrowser-launcher.git small localization typo --- 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()