diff options
Diffstat (limited to 'templates/fill_to_stroke.xml')
| -rw-r--r-- | templates/fill_to_stroke.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/fill_to_stroke.xml b/templates/fill_to_stroke.xml index 060b6ab8..35d09731 100644 --- a/templates/fill_to_stroke.xml +++ b/templates/fill_to_stroke.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>Fill to Stroke</name> - <id>org.inkstitch.fill_to_stroke</id> + <id>org.{{ id_inkstitch }}.fill_to_stroke</id> <param name="extension" type="string" gui-hidden="true">fill_to_stroke</param> <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> |
