From e3c9f95ba3c28aabd3c7361c16c5aac95dd1de48 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:10:52 +0200 Subject: element info: fix typo (#2559) --- lib/extensions/element_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )) -- cgit v1.2.3