diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-20 15:49:19 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-20 15:56:29 -0400 |
| commit | 871358d990d4a06b2eaaf0e405f2d18e26753d52 (patch) | |
| tree | 700b6c2efea45e5e5aa69fb5e92285327227d7f2 /templates/install.inx | |
| parent | f7f59efd7d5117c6b9b43b100df5fe646ea46bc3 (diff) | |
gettextify INX templates
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> |
