summaryrefslogtreecommitdiff
path: root/lib/elements
diff options
context:
space:
mode:
authorClaudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com>2024-03-01 02:37:41 +0100
committerGitHub <noreply@github.com>2024-03-01 02:37:41 +0100
commit4d520fece2849fd36a4c1e8885ebf8ca7ed9da69 (patch)
tree4371b3bf6c21ace9deecc7f56cdc4bd265ba18a6 /lib/elements
parent9293ced8064f14ff95a8d7e10dfe068a5fcca001 (diff)
collapse length is not used anymore (#2745)
replace collapse length by minimum jump stitch length in a tool tip
Diffstat (limited to 'lib/elements')
-rw-r--r--lib/elements/element.py2
1 files changed, 1 insertions, 1 deletions
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)