diff options
Diffstat (limited to 'lib/elements')
| -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 8f2e2fbf..7145571b 100644 --- a/lib/elements/element.py +++ b/lib/elements/element.py @@ -237,7 +237,8 @@ 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 Minimum jump stitch 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) |
