From 299d1939fe9b5e8d625738157c25d140459b0f56 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 23 Jan 2018 06:39:41 +0100 Subject: [PATCH] FEM: ccx tools, typo --- src/Mod/Fem/femtools/ccxtools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Fem/femtools/ccxtools.py b/src/Mod/Fem/femtools/ccxtools.py index 29aa7ec3f0..0bc5317447 100644 --- a/src/Mod/Fem/femtools/ccxtools.py +++ b/src/Mod/Fem/femtools/ccxtools.py @@ -418,10 +418,10 @@ class FemToolsCcx(QtCore.QRunnable, QtCore.QObject): if self.beam_sections: if self.shell_thicknesses: # this needs to be checked only once either here or in shell_thicknesses - message += "Beam Sections and shell thicknesses in one analysis is not supported at the moment.\n" + message += "Beam sections and shell thicknesses in one analysis is not supported at the moment.\n" if self.fluid_sections: # this needs to be checked only once either here or in shell_thicknesses - message += "Beam Sections and Fluid Sections in one analysis is not supported at the moment.\n" + message += "Beam sections and fluid Sections in one analysis is not supported at the moment.\n" has_no_references = False for b in self.beam_sections: if len(b['Object'].References) == 0: