diff --git a/src/Mod/Fem/PyGui/FemSelectionWidgets.py b/src/Mod/Fem/PyGui/FemSelectionWidgets.py index 169472aa86..0d87a0752c 100644 --- a/src/Mod/Fem/PyGui/FemSelectionWidgets.py +++ b/src/Mod/Fem/PyGui/FemSelectionWidgets.py @@ -122,7 +122,7 @@ class BoundarySelector(_Selector): self.setWindowTitle(self.tr("Select Faces/Edges/Vertexes")) self.setHelpText(self.tr( "To add references select them in the 3D view and then" - "click \"Add\".")) + " click \"Add\".")) def getSelection(self): selection = []