summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-04-28 21:09:03 +0200
committerGitHub <noreply@github.com>2023-04-28 21:09:03 +0200
commit81e0fa1c720fef08b03ad7e48b1e45709e9fb19d (patch)
tree69a0e6968bfdaff99d3ee181c50ecc7383b3560b /lib
parent36d528636368709ae93355cb86f70c89f6e36dff (diff)
stagger ripples: rows are lines (#2250)
Diffstat (limited to 'lib')
-rw-r--r--lib/elements/stroke.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py
index b3928135..ba525c2d 100644
--- a/lib/elements/stroke.py
+++ b/lib/elements/stroke.py
@@ -188,8 +188,8 @@ class Stroke(EmbroideryElement):
@property
@param('staggers',
- _('Stagger rows this many times before repeating. For linear ripples only.'),
- tooltip=_('Length of the cycle by which successive stitch rows are staggered. '
+ _('Stagger lines this many times before repeating. For linear ripples only.'),
+ tooltip=_('Length of the cycle by which successive stitch lines are staggered. '
'Fractional values are allowed and can have less visible diagonals than integer values.'),
type='int',
select_items=[('stroke_method', 'ripple_stitch')],