From 79c1cc31f3778d15bde34460365fe36736acc1fb Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Sat, 10 Jul 2021 08:28:53 +0200 Subject: [PATCH] update object type warning description --- lib/extensions/troubleshoot.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/extensions/troubleshoot.py b/lib/extensions/troubleshoot.py index 113a93839..39c68d86b 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(["", ""])