From 4d520fece2849fd36a4c1e8885ebf8ca7ed9da69 Mon Sep 17 00:00:00 2001 From: Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> Date: Fri, 1 Mar 2024 02:37:41 +0100 Subject: collapse length is not used anymore (#2745) replace collapse length by minimum jump stitch length in a tool tip --- lib/elements/element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/elements') diff --git a/lib/elements/element.py b/lib/elements/element.py index d6881955..8f2e2fbf 100644 --- a/lib/elements/element.py +++ b/lib/elements/element.py @@ -237,7 +237,7 @@ class EmbroideryElement(object): @param('force_lock_stitches', _('Force lock stitches'), tooltip=_('Sew lock stitches after sewing this element, ' - 'even if the distance to the next object is shorter than defined by the collapse length value in the Ink/Stitch preferences.'), + 'even if the distance to the next object is shorter than defined by the Minimum jump stitch length value in the Ink/Stitch preferences.'), type='boolean', default=False, sort_index=51) -- cgit v1.2.3