[pyzo] 14/68: Add translations

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 28 09:47:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.

commit ab9a9d0017f47cc5017317ee2251a1dfaafc51c6
Author: yltang <yltang52 at gmail.com>
Date:   Fri Jul 22 21:49:26 2016 +0800

    Add translations
---
 pyzo/tools/pyzoWebBrowser.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyzo/tools/pyzoWebBrowser.py b/pyzo/tools/pyzoWebBrowser.py
index 017e4fd..872cf17 100644
--- a/pyzo/tools/pyzoWebBrowser.py
+++ b/pyzo/tools/pyzoWebBrowser.py
@@ -17,8 +17,8 @@ except ImportError:
 
 import pyzo
 
-tool_name = "Web browser"
-tool_summary = "A very simple web browser."
+tool_name = translate("pyzoWebBrowser", "Web browser")
+tool_summary = translate("pyzoWebBrowser", "A very simple web browser.")
 
 
 default_bookmarks = [   'docs.python.org', 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list