summaryrefslogtreecommitdiff
path: root/templates/reorder.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/reorder.xml')
-rw-r--r--templates/reorder.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/reorder.xml b/templates/reorder.xml
index 1be9b5c9..ad33acd3 100644
--- a/templates/reorder.xml
+++ b/templates/reorder.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>{% trans %}Re-stack objects in order of selection{% endtrans %}</name>
- <id>org.inkstitch.reorder.{{ locale }}</id>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Re-stack objects in order of selection</name>
+ <id>org.inkstitch.reorder</id>
<param name="extension" type="string" gui-hidden="true">reorder</param>
<effect>
<object-type>all</object-type>
<effects-menu>
- <submenu name="Ink/Stitch">
- <submenu name="{% trans %}Edit{% endtrans %}" />
+ <submenu name="Ink/Stitch" translatable="no">
+ <submenu name="Edit" />
</submenu>
</effects-menu>
</effect>