summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2021-06-30 19:48:51 -0400
committerGitHub <noreply@github.com>2021-06-30 19:48:51 -0400
commit736e10240a5c8357fac449371f8ac7451b7696b0 (patch)
treed4a1485cd1128a4edcaef0a923f0c08a1ddf0ff1
parent8eba84a239ce655f32f131d6a82e3142693edd47 (diff)
slight wording adjustment
-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.')