Draft: crowdin tooltip typo fix

ref: https://crowdin.com/translate/freecad/548/en-cs#6500043
This commit is contained in:
Unknown
2017-12-12 09:26:00 -05:00
committed by wmayer
parent f9892009f6
commit 19254207c2

View File

@@ -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