From be32fc6773023f853c4387b6501de4f077e9edd8 Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:06:35 +0200 Subject: [PATCH] Update shape2dview.py --- src/Mod/Draft/draftobjects/shape2dview.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Mod/Draft/draftobjects/shape2dview.py b/src/Mod/Draft/draftobjects/shape2dview.py index faed945a8c..b53a5ec296 100644 --- a/src/Mod/Draft/draftobjects/shape2dview.py +++ b/src/Mod/Draft/draftobjects/shape2dview.py @@ -93,15 +93,13 @@ class Shape2DView(DraftObject): obj.Tessellation = False if not "InPlace" in pl: _tip = QT_TRANSLATE_NOOP("App::Property", - "For Cutlines and Cutfaces modes, \ - this leaves the faces at the cut location") + "For Cutlines and Cutfaces modes, this leaves the faces at the cut location") obj.addProperty("App::PropertyBool", "InPlace", "Draft", _tip) obj.InPlace = True if not "SegmentLength" in pl: _tip = QT_TRANSLATE_NOOP("App::Property", - "Length of line segments if tessellating Ellipses or B-splines \ - into line segments") + "Length of line segments if tessellating Ellipses or B-splines into line segments") obj.addProperty("App::PropertyFloat", "SegmentLength", "Draft", _tip) obj.SegmentLength = .05