From: jfa Date: Wed, 12 Jan 2005 12:14:32 +0000 (+0000) Subject: PAL7703: change warning message about not-glued solids X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9b793926c8c169d574c2370d298e0640b393c56;p=modules%2Fgeom.git PAL7703: change warning message about not-glued solids --- diff --git a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx index 81e330e30..8eb0ffb4f 100644 --- a/src/GEOMImpl/GEOMImpl_GlueDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_GlueDriver.cxx @@ -84,7 +84,7 @@ TopoDS_Shape GEOMImpl_GlueDriver::GlueFacesWithWarnings (const TopoDS_Shape& the { Standard_Integer nbAlone = aGluer.AloneShapes(); theWarning = TCollection_AsciiString(nbAlone); - theWarning += " solids can not be glued by faces"; + theWarning += " solid(s) can not be glued by faces"; } break; default: