summaryrefslogtreecommitdiff
path: root/lib/elements
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements')
-rw-r--r--lib/elements/pattern.py6
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.')