diff options
Diffstat (limited to 'templates/object_commands.xml')
| -rw-r--r-- | templates/object_commands.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/object_commands.xml b/templates/object_commands.xml index 18b74df6..8aecf64c 100644 --- a/templates/object_commands.xml +++ b/templates/object_commands.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>Attach Commands to Selected Objects</name> - <id>org.inkstitch.commands</id> + <id>org.{{ id_inkstitch }}.commands</id> {%- for command, description in object_commands -%} <param name="{{ command }}" type="boolean" gui-text="{{ description }}">false</param> {% endfor %} @@ -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="Commands" /> </submenu> </effects-menu> |
