Fix various typos throughout the codebase

This commit is contained in:
luzpaz
2024-07-07 15:08:15 +00:00
committed by Chris Hennes
parent 0bce5fccc5
commit 9a1f487cdb
20 changed files with 24 additions and 24 deletions

View File

@@ -632,7 +632,7 @@ class TaskAssemblyCreateView(QtCore.QObject):
self.alignMode = "Custom"
self.selectingFeature = True
# We use greedy selection to prevent that clicking again on the solid
# clears selection before trying to select the whole assemly
# clears selection before trying to select the whole assembly
Gui.Selection.setSelectionStyle(Gui.Selection.SelectionStyle.GreedySelection)
self.enableDragger(False)
self.form.LabelAlignDragger.setVisible(True)