Skip to content

Commit

Permalink
Corrected the translation environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sanguinariojoe committed Jan 21, 2016
1 parent 94cc4b4 commit 55c63f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Ship/shipGZ/TaskPanel.py
Expand Up @@ -399,7 +399,7 @@ def save(self):
except ValueError:
try:
tooltip = str(QtGui.QApplication.translate(
"ship_areas",
"ship_gz",
"GZ curve tool number of points selected",
None,
QtGui.QApplication.UnicodeUTF8))
Expand All @@ -415,7 +415,7 @@ def save(self):
except ValueError:
try:
tooltip = str(QtGui.QApplication.translate(
"ship_areas",
"ship_gz",
"GZ curve tool variable trim angle selection",
None,
QtGui.QApplication.UnicodeUTF8))
Expand Down

0 comments on commit 55c63f4

Please sign in to comment.