summaryrefslogtreecommitdiff
path: root/lib/elements
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-05-01 20:11:26 +0200
committerGitHub <noreply@github.com>2021-05-01 20:11:26 +0200
commitc7f73c2710649a14a076693843040a22e958edd9 (patch)
tree01cc2dc89d0e5b1ca4fcbe05dcbaa73743071d8d /lib/elements
parentf74bae1aa60a3ab5716da83a69013aa24c6ab12f (diff)
rename satin stitch to running stitch in stroke params (#1180)
Diffstat (limited to 'lib/elements')
-rw-r--r--lib/elements/stroke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py
index e3cd4390..cf034d21 100644
--- a/lib/elements/stroke.py
+++ b/lib/elements/stroke.py
@@ -20,7 +20,7 @@ class Stroke(EmbroideryElement):
element_name = _("Stroke")
@property
- @param('satin_column', _('Satin stitch along paths'), type='toggle', inverse=True)
+ @param('satin_column', _('Running stitch along paths'), type='toggle', inverse=True)
def satin_column(self):
return self.get_boolean_param("satin_column")