summaryrefslogtreecommitdiff
path: root/lib/extensions/troubleshoot.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/troubleshoot.py')
-rw-r--r--lib/extensions/troubleshoot.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/extensions/troubleshoot.py b/lib/extensions/troubleshoot.py
index 113a9383..39c68d86 100644
--- a/lib/extensions/troubleshoot.py
+++ b/lib/extensions/troubleshoot.py
@@ -180,9 +180,8 @@ class Troubleshoot(InkstitchExtension):
elif problem_type == "type_warning":
text_color = "#ff9900"
problem_type_header = _("Object Type Warnings")
- problem_type_description = _("Ink/Stitch only knows how to works with paths and ignores everything else. "
- "You might want these shapes to be ignored, but if you don't, "
- "follow the instructions to change this behaviour.")
+ problem_type_description = _("These objects may not work properly with Ink/Stitch. "
+ "Follow the instructions to correct unwanted behaviour.")
if problems:
text.append([problem_type_header, "font-weight: bold; fill: %s; text-decoration: underline; font-size: 7px;" % text_color])
text.append(["", ""])