Corrected the translation environment
This commit is contained in:
parent
94cc4b4e36
commit
55c63f414d
|
@ -399,7 +399,7 @@ class TaskPanel:
|
||||||
except ValueError:
|
except ValueError:
|
||||||
try:
|
try:
|
||||||
tooltip = str(QtGui.QApplication.translate(
|
tooltip = str(QtGui.QApplication.translate(
|
||||||
"ship_areas",
|
"ship_gz",
|
||||||
"GZ curve tool number of points selected",
|
"GZ curve tool number of points selected",
|
||||||
None,
|
None,
|
||||||
QtGui.QApplication.UnicodeUTF8))
|
QtGui.QApplication.UnicodeUTF8))
|
||||||
|
@ -415,7 +415,7 @@ class TaskPanel:
|
||||||
except ValueError:
|
except ValueError:
|
||||||
try:
|
try:
|
||||||
tooltip = str(QtGui.QApplication.translate(
|
tooltip = str(QtGui.QApplication.translate(
|
||||||
"ship_areas",
|
"ship_gz",
|
||||||
"GZ curve tool variable trim angle selection",
|
"GZ curve tool variable trim angle selection",
|
||||||
None,
|
None,
|
||||||
QtGui.QApplication.UnicodeUTF8))
|
QtGui.QApplication.UnicodeUTF8))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user