From: spo Date: Wed, 9 Sep 2015 13:57:33 +0000 (+0300) Subject: Iseeue #926 - Message "Conflicting constraint" to be improved X-Git-Tag: V_1.4.0_beta4~51 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c85f32da51f65d92aa20094b87953a23e03441f1;p=modules%2Fshaper.git Iseeue #926 - Message "Conflicting constraint" to be improved --- diff --git a/src/SketchSolver/SketchSolver_Error.h b/src/SketchSolver/SketchSolver_Error.h index 0ae33d3c6..648a3918f 100644 --- a/src/SketchSolver/SketchSolver_Error.h +++ b/src/SketchSolver/SketchSolver_Error.h @@ -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