diff options
Diffstat (limited to 'templates/remove_embroidery_settings.xml')
| -rw-r--r-- | templates/remove_embroidery_settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/remove_embroidery_settings.xml b/templates/remove_embroidery_settings.xml index 2233f563..083f953b 100644 --- a/templates/remove_embroidery_settings.xml +++ b/templates/remove_embroidery_settings.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>Remove embroidery settings</name> - <id>org.inkstitch.remove_embroidery_settings</id> + <id>org.{{ id_inkstitch }}.remove_embroidery_settings</id> <label>Use this extension to remove the information Ink/Stitch has stored in your document. This can be especially useful if you copy and paste objects from an embroidery design into another document.</label> <param name="del_params" type="boolean" gui-text="Remove Params" gui-description="Removes params from selected objects or all objects if nothing is selected.">true</param> @@ -25,7 +25,7 @@ <effect> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch" translatable="no"> + <submenu name="{{ menu_inkstitch }}" translatable="no"> <submenu name="Troubleshoot" /> </submenu> </effects-menu> |
