summaryrefslogtreecommitdiff
path: root/templates/layer_commands.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layer_commands.xml')
-rw-r--r--templates/layer_commands.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layer_commands.xml b/templates/layer_commands.xml
index a9996793..81aeac95 100644
--- a/templates/layer_commands.xml
+++ b/templates/layer_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>Add Layer Commands</name>
- <id>org.inkstitch.layer_commands</id>
+ <id>org.{{ id_inkstitch }}.layer_commands</id>
<label>Commands will be added to the currently-selected layer.</label>
{% for command, description in layer_commands %}
<param name="{{ command }}" type="boolean" gui-text="{{ description }}">false</param>
@@ -10,7 +10,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>