diff options
Diffstat (limited to 'templates/install.inx')
| -rw-r--r-- | templates/install.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install.inx b/templates/install.inx index 7275e13a..9ee020fe 100644 --- a/templates/install.inx +++ b/templates/install.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <_name>Install add-ons for Inkscape</_name> + <name>{% trans %}Install add-ons for Inkscape{% endtrans %}</name> <id>org.inkstitch.install</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> @@ -8,7 +8,7 @@ <effect> <object-type>all</object-type> <effects-menu> - <submenu _name="Embroidery"/> + <submenu name="Ink/Stitch"/> </effects-menu> </effect> <script> |
