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: