]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
PAL7703: change warning message about not-glued solids
authorjfa <jfa@opencascade.com>
Wed, 12 Jan 2005 12:14:32 +0000 (12:14 +0000)
committerjfa <jfa@opencascade.com>
Wed, 12 Jan 2005 12:14:32 +0000 (12:14 +0000)
src/GEOMImpl/GEOMImpl_GlueDriver.cxx

index 81e330e301636a6eb7c3b6ff9350158edf615adf..8eb0ffb4ffa4a1def4b61d7c36c6411372f6cdb7 100644 (file)
@@ -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: