]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Iseeue #926 - Message "Conflicting constraint" to be improved
authorspo <sergey.pokhodenko@opencascade.com>
Wed, 9 Sep 2015 13:57:33 +0000 (16:57 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Wed, 9 Sep 2015 13:58:53 +0000 (16:58 +0300)
src/SketchSolver/SketchSolver_Error.h

index 0ae33d3c60abb8c4d4ccf2f4131d273e5a43534f..648a3918fc61f32128d6f36035284d04780362e6 100644 (file)
@@ -20,7 +20,7 @@ class SketchSolver_Error
   /// The value parameter for the constraint
   inline static const std::string& CONSTRAINTS()
   {
-    static const std::string MY_ERROR_VALUE("Conflicting constraints");
+    static const std::string MY_ERROR_VALUE("The constraint is conflicting with others. To fix this, you can either undo your operation or remove a conflicting constraint.");
     return MY_ERROR_VALUE;
   }
   /// Constraints should use objects instead of features as attributes