diff options
| author | Kaalleen <reni@allenka.de> | 2021-07-10 08:28:53 +0200 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2021-07-10 08:28:53 +0200 |
| commit | 79c1cc31f3778d15bde34460365fe36736acc1fb (patch) | |
| tree | 23d3d9a7194632a19c61b0a5e6e7b2ab03f1bd83 /lib/extensions/troubleshoot.py | |
| parent | 487caeeabd5fcf9ed77188902d2cdca11a788967 (diff) | |
update object type warning description
Diffstat (limited to 'lib/extensions/troubleshoot.py')
| -rw-r--r-- | lib/extensions/troubleshoot.py | 5 |
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(["", ""]) |
