diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-03-07 18:27:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 18:27:28 +0100 |
| commit | 28eb374bd08f2230c57f6de821c3c8b83b40c0ff (patch) | |
| tree | c3afe66f8dfc16675eeadf4f458120d4d4da3057 /lib/elements/element.py | |
| parent | 74157dd1cb9adada35c2079c1e053e0b4b2dec19 (diff) | |
Add extension stroke to lpe satin (#2115)
Diffstat (limited to 'lib/elements/element.py')
| -rw-r--r-- | lib/elements/element.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/elements/element.py b/lib/elements/element.py index d3b9f07d..51555129 100644 --- a/lib/elements/element.py +++ b/lib/elements/element.py @@ -249,7 +249,8 @@ class EmbroideryElement(object): @property @param('ties', _('Allow 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.'), + 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 |
