diff --git a/src/Gui/CommandView.cpp b/src/Gui/CommandView.cpp index 9c04617983..65e1502aa0 100644 --- a/src/Gui/CommandView.cpp +++ b/src/Gui/CommandView.cpp @@ -3446,7 +3446,7 @@ StdTreePreSelection::StdTreePreSelection() { sGroup = "TreeView"; sMenuText = QT_TR_NOOP("&4 Preselection"); - sToolTipText = QT_TR_NOOP("Pre-selects the object in 3D view when hovering the cursor over the tree item"); + sToolTipText = QT_TR_NOOP("Preselects the object in 3D view when hovering the cursor over the tree item"); sStatusTip = sToolTipText; sWhatsThis = "Std_TreePreSelection"; sPixmap = "tree-pre-sel"; diff --git a/src/Gui/Stylesheets/FreeCAD Dark.qss b/src/Gui/Stylesheets/FreeCAD Dark.qss index 17ab74ed1e..b92caa0dd6 100644 --- a/src/Gui/Stylesheets/FreeCAD Dark.qss +++ b/src/Gui/Stylesheets/FreeCAD Dark.qss @@ -1684,7 +1684,7 @@ color: white; background-color: #252525; } -/* Fix for tables inside task pannels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */ +/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */ QSint--ActionGroup QFrame[class="content"] QTableView { min-height: 300px; } diff --git a/src/Gui/Stylesheets/FreeCAD Light.qss b/src/Gui/Stylesheets/FreeCAD Light.qss index ea035add5f..0102b7d797 100644 --- a/src/Gui/Stylesheets/FreeCAD Light.qss +++ b/src/Gui/Stylesheets/FreeCAD Light.qss @@ -1682,7 +1682,7 @@ color: black; background-color: #f0f0f0; } -/* Fix for tables inside task pannels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */ +/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */ QSint--ActionGroup QFrame[class="content"] QTableView { min-height: 300px; } diff --git a/src/Gui/Stylesheets/FreeCAD.qss b/src/Gui/Stylesheets/FreeCAD.qss index 92fb60b054..8783b77067 100644 --- a/src/Gui/Stylesheets/FreeCAD.qss +++ b/src/Gui/Stylesheets/FreeCAD.qss @@ -1543,7 +1543,7 @@ QSint--ActionGroup QFrame[class="content"] QTableView { background-color: @PrimaryColor; } -/* Fix for tables inside task pannels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */ +/* Fix for tables inside task panels, see https://github.com/FreeCAD/FreeCAD/issues/22957 */ QSint--ActionGroup QFrame[class="content"] QTableView { min-height: 300px; } diff --git a/src/Mod/BIM/ArchWindow.py b/src/Mod/BIM/ArchWindow.py index d2564dba19..125cca5c56 100644 --- a/src/Mod/BIM/ArchWindow.py +++ b/src/Mod/BIM/ArchWindow.py @@ -174,7 +174,7 @@ class _Window(ArchComponent.Component): obj.setEditorMode("HorizontalArea",2) obj.setEditorMode("PerimeterLength",2) - # Sill change related properies + # Sill change related properties self.setSillProperties(obj) def setSillProperties(self, orgObj, linkObj=None):