diff options
| author | Rick Levine <rick@xoab.us> | 2023-03-07 08:02:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 17:02:26 +0100 |
| commit | ca6fc84d4b28903cd4fb0f577d297edc577db29e (patch) | |
| tree | 98afb4aa9ebf414bbddd7816498f2054bc10bb24 /lib/elements/element.py | |
| parent | 7949a7e302abd9b4bde5dda4824f1a3d35dd770c (diff) | |
Allow locks, trim, stop on manual stitch placement (#2101)
Co-authored-by: Lex Neva
Diffstat (limited to 'lib/elements/element.py')
| -rw-r--r-- | lib/elements/element.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/element.py b/lib/elements/element.py index ba15d943..759574d3 100644 --- a/lib/elements/element.py +++ b/lib/elements/element.py @@ -240,7 +240,7 @@ class EmbroideryElement(object): @property @param('ties', _('Allow lock stitches'), - tooltip=_('Tie thread at the beginning and/or end of this object. Manual stitch will not add lock stitches.'), + tooltip=_('Tie thread at the beginning and/or end of this object. Manual stitch will only add lock stitches if force lock stitched is checked.'), type='dropdown', # Ties: 0 = Both | 1 = Before | 2 = After | 3 = Neither # L10N options to allow lock stitch before and after objects |
