From c85f32da51f65d92aa20094b87953a23e03441f1 Mon Sep 17 00:00:00 2001 From: spo Date: Wed, 9 Sep 2015 16:57:33 +0300 Subject: [PATCH] Iseeue #926 - Message "Conflicting constraint" to be improved --- src/SketchSolver/SketchSolver_Error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2