Fix various typos

Found with codespell
This commit is contained in:
luzpaz
2024-12-03 18:56:38 +00:00
committed by Chris Hennes
parent e3508d9228
commit 2d40efd555
12 changed files with 17 additions and 17 deletions

View File

@@ -184,7 +184,7 @@ def init_draft_statusbar_scale():
# prevent the widget from showing up in the toolbar area context menu:
scale_widget.toggleViewAction().setVisible(False)
scale_widget.setObjectName("draft_scale_widget")
# WindowTitle is just in case, should not be visble in the GUI.
# WindowTitle is just in case, should not be visible in the GUI.
scale_widget.setWindowTitle(translate("draft", "Draft scale widget"))
# get scales list according to system units
@@ -245,7 +245,7 @@ def init_draft_statusbar_snap():
# prevent the widget from showing up in the toolbar area context menu:
snap_widget.toggleViewAction().setVisible(False)
snap_widget.setObjectName("draft_snap_widget")
# WindowTitle is just in case, should not be visble in the GUI.
# WindowTitle is just in case, should not be visible in the GUI.
snap_widget.setWindowTitle(translate("draft", "Draft snap widget"))
snap_widget.setOrientation(QtCore.Qt.Orientation.Horizontal)
snap_widget.setIconSize(QtCore.QSize(16, 16))