[pyzo] 15/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 a16678cf929c455b6d66300447855a4343ab4c5d
Author: yltang <yltang52 at gmail.com>
Date: Fri Jul 22 21:50:19 2016 +0800
Add translations
---
pyzo/tools/pyzoWorkspace.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pyzo/tools/pyzoWorkspace.py b/pyzo/tools/pyzoWorkspace.py
index c5d18c1..6d2f935 100644
--- a/pyzo/tools/pyzoWorkspace.py
+++ b/pyzo/tools/pyzoWorkspace.py
@@ -10,8 +10,8 @@ import sys, os, time
from pyzolib.qt import QtCore, QtGui
import pyzo
-tool_name = "Workspace"
-tool_summary = "Lists the variables in the current shell's namespace."
+tool_name = translate("pyzoWorkspace", "Workspace")
+tool_summary = translate("pyzoWorkspace", "Lists the variables in the current shell's namespace.")
--
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