Corrected the translation environment

This commit is contained in:
Jose Luis Cercos Pita
2016-01-21 19:26:47 +01:00
parent 888a95e6cc
commit 7201e1dc27

View File

@@ -399,7 +399,7 @@ class TaskPanel:
except ValueError:
try:
tooltip = str(QtGui.QApplication.translate(
"ship_areas",
"ship_gz",
"GZ curve tool number of points selected",
None,
QtGui.QApplication.UnicodeUTF8))
@@ -415,7 +415,7 @@ class TaskPanel:
except ValueError:
try:
tooltip = str(QtGui.QApplication.translate(
"ship_areas",
"ship_gz",
"GZ curve tool variable trim angle selection",
None,
QtGui.QApplication.UnicodeUTF8))