Code

Update of Khmer translation created by Khoem Sokhem
[inkscape.git] / share / extensions / dots.inx
index 50e37ff4c025a9771796b7edf5494b3421caf8d5..ac306cffc9444a274ee6cb5ace04a3be9a8eae8c 100644 (file)
@@ -1,12 +1,15 @@
 <inkscape-extension>
-    <_name>Connect the Dots</_name>
+    <_name>Number Nodes</_name>
     <id>org.ekips.filter.dots</id>
        <dependency type="executable" location="extensions">dots.py</dependency>
        <dependency type="executable" location="extensions">inkex.py</dependency>
-       <param name="fontsize" type="string" _gui-text="Font Size">20</param>
-       <param name="dotsize" type="string" _gui-text="Dot Size">10px</param>
+       <param name="fontsize" type="string" _gui-text="Font size">20</param>
+       <param name="dotsize" type="string" _gui-text="Dot size">10px</param>
     <effect>
                <object-type>path</object-type>
+                <effects-menu>
+                    <submenu _name="Visualize Path"/>
+                </effects-menu>
     </effect>
     <script>
         <command reldir="extensions" interpreter="python">dots.py</command>