From e9278c55c34b72bb0beccf0d9b8bfe300aacac70 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 27 Nov 2022 08:37:59 +0100 Subject: This and that (#1727) * dont fail on satin with fill * fill stitch error message * convert to satin mac issue * auto_satin: add rung for two node old style satins * avoid divide by zero in intersect_region_with_grating * fix for incorrect stagger in guided fill * better rail sectioning algorithm * fix #1780 * fix #1816 Co-authored-by: Lex Neva --- lib/elements/empty_d_object.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/elements/empty_d_object.py') diff --git a/lib/elements/empty_d_object.py b/lib/elements/empty_d_object.py index 8f3b08de..6f010488 100644 --- a/lib/elements/empty_d_object.py +++ b/lib/elements/empty_d_object.py @@ -10,8 +10,8 @@ from .validation import ObjectTypeWarning class EmptyD(ObjectTypeWarning): - name = _("Empty D-Attribute") - description = _("There is an invalid path object in the document, the d-attribute is missing.") + name = _("Empty Path") + description = _("There is an invalid object in the document without geometry information.") steps_to_solve = [ _('* Run Extensions > Ink/Stitch > Troubleshoot > Cleanup Document...') ] -- cgit v1.2.3