From c9b793926c8c169d574c2370d298e0640b393c56 Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 12 Jan 2005 12:14:32 +0000 Subject: [PATCH] PAL7703: change warning message about not-glued solids --- src/GEOMImpl/GEOMImpl_GlueDriver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2