From 81e0fa1c720fef08b03ad7e48b1e45709e9fb19d Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 28 Apr 2023 21:09:03 +0200 Subject: [PATCH] stagger ripples: rows are lines (#2250) --- lib/elements/stroke.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py index b39281350..ba525c2d6 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')],