Draft: DraftGui.py improve some tooltips
Avoid 'new point' and 'next point' in tooltips as this does not always apply.
This commit is contained in:
@@ -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 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"))
|
||||
|
||||
Reference in New Issue
Block a user