Salome HOME
Issue #1692: Explicit send the Create message when external entity appears in the...
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Intersection.cpp
index 39fdb9782d576af4c55dc4568d820032c1edfced..16d625770ca0edaf8cef3b313b0d3b2e3b297917 100644 (file)
@@ -80,7 +80,7 @@ void FeaturesPlugin_Intersection::execute()
       return;
     }
     if (!anIntersectionAlgo.isValid()) {
-      std::string aFeatureError = "Error: resulting shape is not valid";
+      std::string aFeatureError = "Error: Resulting shape is not valid.";
       setError(aFeatureError);
       return;
     }