diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-04-28 21:09:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-28 21:09:03 +0200 |
| commit | 81e0fa1c720fef08b03ad7e48b1e45709e9fb19d (patch) | |
| tree | 69a0e6968bfdaff99d3ee181c50ecc7383b3560b /lib/elements/stroke.py | |
| parent | 36d528636368709ae93355cb86f70c89f6e36dff (diff) | |
stagger ripples: rows are lines (#2250)
Diffstat (limited to 'lib/elements/stroke.py')
| -rw-r--r-- | lib/elements/stroke.py | 4 |
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')], |
