element info: fix typo (#2559)

pull/2566/head
Kaalleen 2023-10-17 20:10:52 +02:00 zatwierdzone przez GitHub
rodzic 1224636403
commit e3c9f95ba3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
))