diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2020-05-18 17:57:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 17:57:37 +0200 |
| commit | 100647694697a3f1037ebdf77379f0eb8d4bd552 (patch) | |
| tree | 10db18f3b70c005d78657413ce4c2ddb46902a4a /lib/elements/stroke.py | |
| parent | e03b032f85e7f084cbc1cccf6a4b8814f40c3022 (diff) | |
fix untranslatable string (#708)
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 4828bf65..65e30634 100644 --- a/lib/elements/stroke.py +++ b/lib/elements/stroke.py @@ -12,7 +12,7 @@ warned_about_legacy_running_stitch = False class Stroke(EmbroideryElement): - element_name = "Stroke" + element_name = _("Stroke") @property @param('satin_column', _('Satin stitch along paths'), type='toggle', inverse=True) |
