Draft: small bugfix

This commit is contained in:
Yorik van Havre 2013-02-25 22:56:06 -03:00
parent 8e3e4b20bc
commit 3a04f6491b

View File

@ -466,7 +466,6 @@ class DraftToolBar:
self.wipeButton.setToolTip(translate("draft", "Wipes the existing segments of this line and starts again from the last point (W)")) self.wipeButton.setToolTip(translate("draft", "Wipes the existing segments of this line and starts again from the last point (W)"))
self.numFaces.setToolTip(translate("draft", "Number of sides")) self.numFaces.setToolTip(translate("draft", "Number of sides"))
self.offsetLabel.setText(translate("draft", "Offset")) self.offsetLabel.setText(translate("draft", "Offset"))
self.wplabel.setToolTip(translate("draft", "Set/unset a working plane"))
self.xyButton.setText(translate("draft", "XY")) self.xyButton.setText(translate("draft", "XY"))
self.xyButton.setToolTip(translate("draft", "Select XY plane")) self.xyButton.setToolTip(translate("draft", "Select XY plane"))
self.xzButton.setText(translate("draft", "XZ")) self.xzButton.setText(translate("draft", "XZ"))
@ -480,6 +479,7 @@ class DraftToolBar:
self.isCopy.setText(translate("draft", "&Copy")) self.isCopy.setText(translate("draft", "&Copy"))
self.isCopy.setToolTip(translate("draft", "If checked, objects will be copied instead of moved (C)")) self.isCopy.setToolTip(translate("draft", "If checked, objects will be copied instead of moved (C)"))
if (not self.taskmode) or self.tray: if (not self.taskmode) or self.tray:
self.wplabel.setToolTip(translate("draft", "Set/unset a working plane"))
self.colorButton.setToolTip(translate("draft", "Line Color")) self.colorButton.setToolTip(translate("draft", "Line Color"))
self.facecolorButton.setToolTip(translate("draft", "Face Color")) self.facecolorButton.setToolTip(translate("draft", "Face Color"))
self.widthButton.setToolTip(translate("draft", "Line Width")) self.widthButton.setToolTip(translate("draft", "Line Width"))