diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2021-06-30 19:48:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-30 19:48:51 -0400 |
| commit | 736e10240a5c8357fac449371f8ac7451b7696b0 (patch) | |
| tree | d4a1485cd1128a4edcaef0a923f0c08a1ddf0ff1 /lib/elements/pattern.py | |
| parent | 8eba84a239ce655f32f131d6a82e3142693edd47 (diff) | |
slight wording adjustment
Diffstat (limited to 'lib/elements/pattern.py')
| -rw-r--r-- | lib/elements/pattern.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/elements/pattern.py b/lib/elements/pattern.py index a32e72c0..95ce81a1 100644 --- a/lib/elements/pattern.py +++ b/lib/elements/pattern.py @@ -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.') |
