diff --git a/src/Mod/Fem/PyObjects/_FemMeshGmsh.py b/src/Mod/Fem/PyObjects/_FemMeshGmsh.py index 76751376d8..57f96d3a61 100644 --- a/src/Mod/Fem/PyObjects/_FemMeshGmsh.py +++ b/src/Mod/Fem/PyObjects/_FemMeshGmsh.py @@ -29,7 +29,7 @@ __url__ = "http://www.freecadweb.org" class _FemMeshGmsh(): - """The Fem::FemMeshObject's Proxy python type, add GMSH specific properties + """A Fem::FemMeshObject python type, add GMSH specific properties """ # they will be used from the task panel too, thus they need to be outside of the __init__