diff options
| author | George Steel <george.steel@gmail.com> | 2022-12-10 19:27:20 -0500 |
|---|---|---|
| committer | George Steel <george.steel@gmail.com> | 2022-12-10 19:29:01 -0500 |
| commit | 2cec72cbbd73b2dece5d15715e2ab8bddd417c69 (patch) | |
| tree | aff4569cb68f626e05489a86511fbd4be8325e17 /lib/elements/empty_d_object.py | |
| parent | 495a22ea55234e032ac526450fd7969d9aa799c8 (diff) | |
| parent | e52f889bb0cb208685b3f3ef8271f63ecd318af1 (diff) | |
Merge branch 'george-steel/expose-trim-after'
Diffstat (limited to 'lib/elements/empty_d_object.py')
| -rw-r--r-- | lib/elements/empty_d_object.py | 4 |
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...') ] |
