]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_Validators.cpp
Salome HOME
Issue #3222: 1d fillet
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Validators.cpp
index 538a5097fabcc853646fcfed7ebf099375a8dcaf..f47f5ba79d1580b936fe78cb19afbdb5b703cc76 100644 (file)
@@ -971,7 +971,7 @@ bool FeaturesPlugin_ValidatorFillet1DSelection::isValid(const AttributePtr& theA
         return false;
       }
       if (aVertex->shapeType() != GeomAPI_Shape::VERTEX) {
-        theError = "Selected shape it not a vertex";
+        theError = "Selected shape is not a vertex";
         return false;
       }