[Pkg-privacy-commits] [torbrowser-launcher] 89/476: fixed formatting error for localization

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:25 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 a4b0fb1abeb9c92f38e793b0698a73c0e4ef922f
Author: Micah Lee <micahflee at riseup.net>
Date:   Wed Apr 3 10:44:13 2013 -0700

    fixed formatting error for localization
---
 torbrowser-launcher | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torbrowser-launcher b/torbrowser-launcher
index f49ef43..602059e 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -416,7 +416,7 @@ class TorBrowserLauncher:
 
     def download_error(self, f):
         print _("Download error"), f
-        self.set_gui('error', _("Error starting download") + ":\n\n"+f.value+"\n\n" + _("Are you connected to the internet?"), [], False)
+        self.set_gui('error', _("Error starting download:\n\n{0}\n\nAre you connected to the internet?").format(f.value), [], False)
         self.clear_ui()
         self.build_ui()
 

-- 
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