diff options
Diffstat (limited to 'lib/elements/stroke.py')
| -rw-r--r-- | lib/elements/stroke.py | 2 |
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") |
