Fix Techdraw UI typo found via crowdin + misc. typos
Ref: https://crowdin.com/translate/freecad/27911/en-eu#6503377
This commit is contained in:
@@ -217,7 +217,7 @@ class TaskPanel:
|
||||
None))
|
||||
|
||||
def fillStyles(self):
|
||||
"""Fill the style combo boxes with the availabel ones."""
|
||||
"""Fill the style combo boxes with the available ones."""
|
||||
mw = self.getMainWindow()
|
||||
form = mw.findChild(QtGui.QWidget, "TaskPanel")
|
||||
form.style = self.widget(QtGui.QComboBox, "lineStyle")
|
||||
|
||||
Reference in New Issue
Block a user