summaryrefslogtreecommitdiffstats
path: root/share/extensions
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-10-09 06:47:28 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-10-09 06:47:28 +0000
commit88a50c3c3226e0125d3f89438a59192df31ffc7a (patch)
treeacf76f0012f9dca0489cccbc746bfab369690b8b /share/extensions
parentImport. dEPSCrop option added to EPS to PDF convertion (Bug #649842: import f... (diff)
downloadinkscape-88a50c3c3226e0125d3f89438a59192df31ffc7a.tar.gz
inkscape-88a50c3c3226e0125d3f89438a59192df31ffc7a.zip
Extensions. Temporarily removing a string from translatable content to prevent check-markup from failing.
(bzr r9820)
Diffstat (limited to 'share/extensions')
-rw-r--r--share/extensions/gcodetools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/gcodetools.py b/share/extensions/gcodetools.py
index abf68981d..cd8a43399 100644
--- a/share/extensions/gcodetools.py
+++ b/share/extensions/gcodetools.py
@@ -3408,7 +3408,7 @@ class Gcodetools(inkex.Effect):
elif i.tag == inkex.addNS("g",'svg'):
recursive_search(i,layer, (i.get("id") in self.selected) )
elif i.get("id") in self.selected :
- self.error(_("This extension works with Paths and Dynamic Offsets and groups of them only! All other objects will be ignored!\nSolution 1: press Path->Object to path or Shift+Ctrl+C.\nSolution 2: Path->Dynamic offset or Ctrl+J.\nSolution 3: export all contours to PostScript level 2 (File->Save As->.ps) and File->Import this file."),"selection_contains_objects_that_are_not_paths")
+ self.error(("This extension works with Paths and Dynamic Offsets and groups of them only! All other objects will be ignored!\nSolution 1: press Path->Object to path or Shift+Ctrl+C.\nSolution 2: Path->Dynamic offset or Ctrl+J.\nSolution 3: export all contours to PostScript level 2 (File->Save As->.ps) and File->Import this file."),"selection_contains_objects_that_are_not_paths")
recursive_search(self.document.getroot(),self.document.getroot())