]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_Rotation.cpp
Salome HOME
Fix bug on error messages of rotation.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Rotation.cpp
index e3d52db32f8cf90fe908ad3ba76f917f96fda9f9..9af02de5f233199b99cb79fd6f695a3a62c7c9f9 100644 (file)
@@ -78,7 +78,7 @@ bool GeomAlgoAPI_Rotation::check()
         return false;
       }
       if (!mySourceShape) {
-        myError = "Rotation builder :: source shape is invalid.";
+        myError = "Rotation builder :: source shape is not valid.";
         return false;
       }
       if(myCenterPoint->distance(myStartPoint) < Precision::Confusion()) {