summaryrefslogtreecommitdiff
path: root/lib/elements/element.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-03-07 17:59:38 +0100
committerGitHub <noreply@github.com>2024-03-07 17:59:38 +0100
commitf6a0b2eeeb97fc5482153579446dbf1d1ba018c4 (patch)
treee20cd83c33304b2cee148d5c4f3278e77e3937ba /lib/elements/element.py
parentd43f2e2ff91b1f9b0210399acd04a062f4795c9a (diff)
Fix lettering along path when glyphs have subgroups (#2754)
* remove "use no commands" restriction for lettering along path
Diffstat (limited to 'lib/elements/element.py')
-rw-r--r--lib/elements/element.py3
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)