summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-10-17 20:10:52 +0200
committerGitHub <noreply@github.com>2023-10-17 20:10:52 +0200
commite3c9f95ba3c28aabd3c7361c16c5aac95dd1de48 (patch)
treeef4ca1d757963f0fe119b29ff483bdfd52c031ec /lib
parent12246364034490a5cc5aa095a3ae2cd140ab3541 (diff)
element info: fix typo (#2559)
Diffstat (limited to 'lib')
-rw-r--r--lib/extensions/element_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/element_info.py b/lib/extensions/element_info.py
index 894dfe98..84730bf7 100644
--- a/lib/extensions/element_info.py
+++ b/lib/extensions/element_info.py
@@ -63,7 +63,7 @@ class ElementInfo(InkstitchExtension):
if isinstance(element, Stroke):
stroke_method = next((method.name for method in element._stroke_methods if method.id == element.stroke_method), "")
self.list_items.append(ListItem(
- name=_("Satin Method"),
+ name=_("Stroke Method"),
value=stroke_method
))