[pyzo] 12/68: Add translations
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Sep 28 09:47:05 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 deeaee1b5db98bec378fa0880fcf673324e20144
Author: yltang <yltang52 at gmail.com>
Date: Fri Jul 22 21:47:01 2016 +0800
Add translations
---
pyzo/tools/pyzoInteractiveHelp.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pyzo/tools/pyzoInteractiveHelp.py b/pyzo/tools/pyzoInteractiveHelp.py
index d2ead6e..068ad7d 100644
--- a/pyzo/tools/pyzoInteractiveHelp.py
+++ b/pyzo/tools/pyzoInteractiveHelp.py
@@ -9,8 +9,8 @@ import sys, os, time, re
from pyzolib.qt import QtCore, QtGui
import pyzo
-tool_name = "Interactive help"
-tool_summary = "Shows help on an object when using up/down in autocomplete."
+tool_name = translate("pyzoInteractiveHelp", "Interactive help")
+tool_summary = translate("pyzoInteractiveHelp", "Shows help on an object when using up/down in autocomplete.")
#
htmlWrap = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
--
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