Code

Translations. French translation minor update.
[inkscape.git] / share / extensions / extractimage.inx
index a167ed15d7d1c4ab9d4e2d5531b0c36e969df19f..984dc9aef05d98e8e88a2148e5e013e7f2e675d1 100644 (file)
@@ -1,11 +1,17 @@
-<inkscape-extension>
-    <_name>Extract One Image</_name>
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+    <_name>Extract Image</_name>
     <id>org.ekips.filter.extractimage</id>
        <dependency type="executable" location="extensions">extractimage.py</dependency>
        <dependency type="executable" location="extensions">inkex.py</dependency>
-       <param name="filepath" type="string" _gui-text="Path to Save Image">none</param>
-    <effect>
+       <param name="filepath" type="string" _gui-text="Path to save image:">none</param>
+       <_param name="desc" type="description" xml:space="preserve">* Don't type the file extension, it is appended automatically.
+* A relative path (or a filename without path) is relative to the user's home directory.</_param>
+    <effect needs-live-preview="false">
                <object-type>all</object-type>
+                <effects-menu>
+                        <submenu _name="Images"/>
+                </effects-menu>                                       
     </effect>
     <script>
         <command reldir="extensions" interpreter="python">extractimage.py</command>