fix untranslatable string (#708)

pull/709/head
Kaalleen 2020-05-18 17:57:37 +02:00 zatwierdzone przez GitHub
rodzic e03b032f85
commit 1006476946
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

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