diff options
Diffstat (limited to 'templates/convert_to_stroke.xml')
| -rw-r--r-- | templates/convert_to_stroke.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/convert_to_stroke.xml b/templates/convert_to_stroke.xml index 4c836750..89ff04fe 100644 --- a/templates/convert_to_stroke.xml +++ b/templates/convert_to_stroke.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>Convert Satin to Stroke</name> - <id>org.inkstitch.convert_to_stroke</id> + <id>org.{{ id_inkstitch }}.convert_to_stroke</id> <param name="extension" type="string" gui-hidden="true">convert_to_stroke</param> <label>Converts a satin column into a running stitch.</label> <param name="keep_satin" type="boolean" gui-text="Keep satin column" @@ -9,7 +9,7 @@ <effect> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch" translatable="no"> + <submenu name="{{ menu_inkstitch }}" translatable="no"> <submenu name="Tools: Stroke" /> </submenu> </effects-menu> |
