summaryrefslogtreecommitdiff
path: root/lib/elements/stroke.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2020-05-18 17:57:37 +0200
committerGitHub <noreply@github.com>2020-05-18 17:57:37 +0200
commit100647694697a3f1037ebdf77379f0eb8d4bd552 (patch)
tree10db18f3b70c005d78657413ce4c2ddb46902a4a /lib/elements/stroke.py
parente03b032f85e7f084cbc1cccf6a4b8814f40c3022 (diff)
fix untranslatable string (#708)
Diffstat (limited to 'lib/elements/stroke.py')
-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 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)