Draft: crowdin tooltip typo fix
ref: https://crowdin.com/translate/freecad/548/en-cs#6500043
This commit is contained in:
@@ -5127,7 +5127,7 @@ class Draft_Slope():
|
||||
self.spinbox.setMinimum(-9999.99)
|
||||
self.spinbox.setMaximum(9999.99)
|
||||
self.spinbox.setSingleStep(0.01)
|
||||
self.spinbox.setToolTip(translate("Draft", "Slope to give toselected Wires/Lines: 0 = horizontal, 1 = 45deg up, -1 = 45deg down"))
|
||||
self.spinbox.setToolTip(translate("Draft", "Slope to give selected Wires/Lines: 0 = horizontal, 1 = 45deg up, -1 = 45deg down"))
|
||||
layout.addWidget(self.spinbox)
|
||||
taskwidget = QtGui.QWidget()
|
||||
taskwidget.form = w
|
||||
|
||||
Reference in New Issue
Block a user