diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-06-22 06:51:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-22 06:51:41 +0200 |
| commit | 8968f8698c0c4072fe8631f577769530ef2025a6 (patch) | |
| tree | 961c8a857f578b5b1195ba1a274a0a2bb6bf8365 /lib/elements | |
| parent | 38d3f8ab6fa3c90c7d5e64fc066b3a56029295ca (diff) | |
fix typo (#3006)
Diffstat (limited to 'lib/elements')
| -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 1be3953d..925a7dcd 100644 --- a/lib/elements/stroke.py +++ b/lib/elements/stroke.py @@ -131,7 +131,7 @@ class Stroke(EmbroideryElement): @property @param('enable_random_stitch_length', - _('Randomized stitch length'), + _('Randomize stitch length'), tooltip=_('Randomize stitch length and phase instead of dividing evenly or staggering. ' 'This is recommended for closely-spaced curved fills to avoid Moiré artefacts.'), type='boolean', |
