summaryrefslogtreecommitdiff
path: root/templates/simulate.inx
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-21 16:37:47 -0400
committerLex Neva <github.com@lexneva.name>2018-08-21 16:37:47 -0400
commit8f700007fc7d3b7866d4e4a3dac6a36bb3e1be2a (patch)
tree2d0a6fe95a26d5b934fe893f3d2b3e94b2aadcc8 /templates/simulate.inx
parent84b244a19a1a8917aaffa2a4f5cca01002480c86 (diff)
fix leftover </_name>
Diffstat (limited to 'templates/simulate.inx')
-rw-r--r--templates/simulate.inx2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/simulate.inx b/templates/simulate.inx
index 4a517994..33919cbb 100644
--- a/templates/simulate.inx
+++ b/templates/simulate.inx
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>{% trans %}Simulate{% endtrans %}</_name>
+ <name>{% trans %}Simulate{% endtrans %}</name>
<id>org.inkstitch.simulate.{{ locale }}</id>
<dependency type="executable" location="extensions">inkstitch.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>