aboutsummaryrefslogtreecommitdiff
path: root/imagemap.py
diff options
context:
space:
mode:
authorViatrix2026-03-16 20:07:10 -0700
committerViatrix2026-03-16 20:07:10 -0700
commit83a15469296f86c636257000fc7fef187465b89e (patch)
tree182eb4899803440bb65d7b7f9eec3a4141481793 /imagemap.py
parentb7c5d7b4060baf845eb06e642a1fe96fb073ba0e (diff)
Makefile and .pot preparing for translation.
Diffstat (limited to 'imagemap.py')
-rw-r--r--imagemap.py2
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