diff options
Diffstat (limited to 'templates/cleanup.xml')
| -rw-r--r-- | templates/cleanup.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/cleanup.xml b/templates/cleanup.xml index 2145b406..e42dec12 100644 --- a/templates/cleanup.xml +++ b/templates/cleanup.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>Cleanup Document</name> - <id>org.inkstitch.cleanup</id> + <id>org.{{ id_inkstitch }}.cleanup</id> <label>Use this extension to remove small objects from the document.</label> <param name="rm_fill" type="boolean" gui-text="Remove Small Fill Areas" gui-description="Removes areas smaller than defined by threshold.">true</param> @@ -19,7 +19,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> |
