From b51821998799c7436e84484c51b69ece276a10a9 Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 3 Jun 2021 14:42:58 -0400 Subject: [PATCH] Fix previous commit --- src/Mod/Fem/femguiutils/selection_widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femguiutils/selection_widgets.py b/src/Mod/Fem/femguiutils/selection_widgets.py index fd7edb4174..19fe48ba25 100644 --- a/src/Mod/Fem/femguiutils/selection_widgets.py +++ b/src/Mod/Fem/femguiutils/selection_widgets.py @@ -280,7 +280,7 @@ class GeometryElementsSelection(QtGui.QWidget): self._helpTextLbl = QtGui.QLabel() self._helpTextLbl.setWordWrap(True) helpTextPart1 = self.tr( - "Click on "Add" and select geometric elements to add to the list." + 'Click on "Add" and select geometric elements to add to the list.' ) helpTextPart2 = self.tr( "The following geometry elements are allowed to select: "