Merge pull request #19166 from Roy-043/Draft-DraftGui.py-improve-some-tooltips

Draft: DraftGui.py improve some tooltips
This commit is contained in:
Roy-043
2025-01-21 15:46:00 +01:00
committed by GitHub

View File

@@ -526,15 +526,15 @@ class DraftToolBar:
self.promptlabel.setText(translate("draft", "active command:"))
self.cmdlabel.setText(translate("draft", "None"))
self.cmdlabel.setToolTip(translate("draft", "Active Draft command"))
self.xValue.setToolTip(translate("draft", "X coordinate of next point"))
self.xValue.setToolTip(translate("draft", "X coordinate of point"))
self.labelx.setText(translate("draft", "X"))
self.labely.setText(translate("draft", "Y"))
self.labelz.setText(translate("draft", "Z"))
self.yValue.setToolTip(translate("draft", "Y coordinate of next point"))
self.zValue.setToolTip(translate("draft", "Z coordinate of next point"))
self.yValue.setToolTip(translate("draft", "Y coordinate of point"))
self.zValue.setToolTip(translate("draft", "Z coordinate of point"))
self.pointButton.setText(translate("draft", "Enter point"))
self.pointButton.setToolTip(translate(
"draft","Enter a new point with the given coordinates"))
"draft","Enter a point with given coordinates"))
self.labellength.setText(translate("draft", "Length"))
self.labelangle.setText(translate("draft", "Angle"))
self.lengthValue.setToolTip(translate("draft", "Length of current segment"))