summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/inkscape.pot12
-rw-r--r--share/extensions/gcodetools.py2
2 files changed, 2 insertions, 12 deletions
diff --git a/po/inkscape.pot b/po/inkscape.pot
index 34a16356f..63fcc4ea1 100644
--- a/po/inkscape.pot
+++ b/po/inkscape.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n"
-"POT-Creation-Date: 2010-10-08 12:37+0200\n"
+"POT-Creation-Date: 2010-10-09 08:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4123,16 +4123,6 @@ msgid ""
"be corrupt!"
msgstr ""
-#: ../share/extensions/gcodetools.py:3411
-msgid ""
-"This extension works with Paths and Dynamic Offsets and groups of them only! "
-"All other objects will be ignored!\n"
-"Solution 1: press Path->Object to path or Shift+Ctrl+C.\n"
-"Solution 2: Path->Dynamic offset or Ctrl+J.\n"
-"Solution 3: export all contours to PostScript level 2 (File->Save As->.ps) "
-"and File->Import this file."
-msgstr ""
-
#: ../share/extensions/gcodetools.py:3468
#, python-format
msgid ""
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())