diff options
Diffstat (limited to 'templates/preferences.xml')
| -rw-r--r-- | templates/preferences.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/preferences.xml b/templates/preferences.xml index ac006521..f4437f1e 100644 --- a/templates/preferences.xml +++ b/templates/preferences.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>Preferences</name> - <id>org.inkstitch.preferences</id> + <id>org.{{ id_inkstitch }}.preferences</id> <param name="extension" type="string" gui-hidden="true">preferences</param> <effect implements-custom-gui="true"> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch" translatable="no"/> + <submenu name="{{ menu_inkstitch }}" translatable="no"/> </effects-menu> </effect> <script> |
