diff options
| author | Kaalleen <reni@allenka.de> | 2021-06-30 21:47:33 +0200 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2021-06-30 21:47:33 +0200 |
| commit | 8eba84a239ce655f32f131d6a82e3142693edd47 (patch) | |
| tree | 7bcf4a361629439c8a8a2bc84c851018078a7a98 | |
| parent | a1581202646172707768d24bb5dcba63bd5d4538 (diff) | |
update pattern troubleshoot description
| -rw-r--r-- | lib/elements/pattern.py | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/elements/pattern.py b/lib/elements/pattern.py index 98f29456..a32e72c0 100644 --- a/lib/elements/pattern.py +++ b/lib/elements/pattern.py @@ -12,13 +12,14 @@ from .validation import ObjectTypeWarning class PatternWarning(ObjectTypeWarning): name = _("Pattern Element") - description = _("This element will only be stitched out as a pattern within the specified object.") + 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.") steps_to_solve = [ - _("If you want to remove the pattern configuration for a pattern object follow these steps:"), - _("* Select pattern element(s)"), - _('* Run Extensions > Ink/Stitch > Troubleshoot > Remove embroidery settings...'), - _('* Make sure "Remove params" is enables'), - _('* Click "Apply"') + _("Turn the pattern marker off:"), + _('* 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.') ] |
