Sketcher: Update UI strings for consistency (#22167)
* Sketcher: Update UI strings for consistency * Update src/Mod/Sketcher/App/Sketch.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> * Update src/Mod/Sketcher/Gui/Command.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> * Update src/Mod/Sketcher/App/SketchObject.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> * Update src/Mod/Sketcher/Gui/Command.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> * Update src/Mod/Sketcher/Gui/Command.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> * Update src/Mod/Sketcher/Gui/Command.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
@@ -2966,8 +2966,8 @@ int Sketch::addTangentLineAtBSplineKnotConstraint(int checkedlinegeoId,
|
||||
|
||||
// For now we just throw an error.
|
||||
Base::Console().error(
|
||||
"addTangentLineAtBSplineKnotConstraint: This method cannot set tangent constraint "
|
||||
"at end knots of a B-spline. Please constrain the start/end points instead.\n");
|
||||
"addTangentLineAtBSplineKnotConstraint: This method cannot set tangent constraints "
|
||||
"at end knots of a B-spline. Constrain the start/end points instead.\n");
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
@@ -3020,7 +3020,7 @@ int Sketch::addTangentLineEndpointAtBSplineKnotConstraint(int checkedlinegeoId,
|
||||
// For now we just throw an error.
|
||||
Base::Console().error("addTangentLineEndpointAtBSplineKnotConstraint: This method "
|
||||
"cannot set tangent constraint at end knots of a B-spline. "
|
||||
"Please constrain the start/end points instead.\n");
|
||||
"Constrain the start/end points instead.\n");
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user