summaryrefslogtreecommitdiff
path: root/lib/elements/empty_d_object.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/elements/empty_d_object.py')
-rw-r--r--lib/elements/empty_d_object.py4
1 files changed, 2 insertions, 2 deletions
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...')
]