summaryrefslogtreecommitdiff
path: root/lib/elements/fill_stitch.py
diff options
context:
space:
mode:
authorGeorge Steel <george.steel@gmail.com>2022-11-23 21:59:37 -0500
committerGeorge Steel <george.steel@gmail.com>2022-11-23 21:59:37 -0500
commit74f0943cc8e73a68b84d69acc1482bf1657e3ad6 (patch)
treebca22600fc3d0730a75171945ee9fd4d9f755ce9 /lib/elements/fill_stitch.py
parent7cef2c9a094abe61282ac9bdc6bbfdc1e3e1d8c6 (diff)
parentdf4c5cd59b0e391048c8fd2271893dbd49ec7cd3 (diff)
Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/pull-comp-percent
Diffstat (limited to 'lib/elements/fill_stitch.py')
-rw-r--r--lib/elements/fill_stitch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py
index ca44e3cc..a5248952 100644
--- a/lib/elements/fill_stitch.py
+++ b/lib/elements/fill_stitch.py
@@ -216,7 +216,8 @@ class FillStitch(EmbroideryElement):
@property
@param('staggers',
_('Stagger rows this many times before repeating'),
- tooltip=_('Length of the cycle by which successive stitch rows are staggered. Fractional values are allowed and can have less visible diagonals than integer values.'),
+ tooltip=_('Length of the cycle by which successive stitch rows are staggered.'
+ 'Fractional values are allowed and can have less visible diagonals than integer values.'),
type='int',
sort_index=6,
select_items=[('fill_method', 0), ('fill_method', 2), ('fill_method', 3)],