removed unrequired translation from triangulation
This commit is contained in:
parent
4c9554b3e7
commit
7a824ff6da
@ -71,7 +71,7 @@ class Triangulation(inkex.Effect):
|
||||
path = node.get('sodipodi:absref', path)
|
||||
|
||||
if not os.path.isfile(path):
|
||||
inkex.errormsg(_('File not found "{}". Unable to embed image.').format(path))
|
||||
inkex.errormsg('File not found "{}". Unable to embed image.').format(path)
|
||||
return
|
||||
|
||||
if (os.path.isfile(path)):
|
||||
|
Reference in New Issue
Block a user