slight wording adjustment

pull/1254/head
Lex Neva 2021-06-30 19:48:51 -04:00 zatwierdzone przez GitHub
rodzic 8eba84a239
commit 736e10240a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -13,10 +13,10 @@ from .validation import ObjectTypeWarning
class PatternWarning(ObjectTypeWarning):
name = _("Pattern Element")
description = _("This element will not be embroidered. "
"It will appear as a pattern in objects of it's group in the object panel. "
"Sub-group objects will be ignored.")
"It will appear as a pattern applied to objects in the same group as it. "
"Objects in sub-groups will be ignored.")
steps_to_solve = [
_("Turn the pattern marker off:"),
_("To disable pattern mode, remove the pattern marker:"),
_('* Open the Fill and Stroke panel (Objects > Fill and Stroke)'),
_('* Go to the Stroke style tab'),
_('* Under "Markers" choose the first (empty) option in the first dropdown list.')