diff options
Diffstat (limited to 'imagemap.py')
| -rw-r--r-- | imagemap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imagemap.py b/imagemap.py index 9eb4132..c7d462d 100644 --- a/imagemap.py +++ b/imagemap.py @@ -139,7 +139,7 @@ class ImageMap(inkex.OutputExtension): href=None # because subsequent subpaths must be enclaves for i in range(len(shapes)): alt=links[i]['alt'] - if len(shapes[i])==0: inkex.errormsg(_("The hyperlink \"{}\" is not present in the output.").format(links[i]['href'])) + if len(shapes[i])==0: inkex.errormsg(_("The hyperlink \"{}\" could not be added to the output.").format(links[i]['href'])) for j in shapes[i]: attrs=links[i].copy() attrs['alt']=alt |
