diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-21 16:37:47 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-21 16:37:47 -0400 |
| commit | 8f700007fc7d3b7866d4e4a3dac6a36bb3e1be2a (patch) | |
| tree | 2d0a6fe95a26d5b934fe893f3d2b3e94b2aadcc8 | |
| parent | 84b244a19a1a8917aaffa2a4f5cca01002480c86 (diff) | |
fix leftover </_name>
| -rw-r--r-- | templates/flip.inx | 2 | ||||
| -rw-r--r-- | templates/input.inx | 2 | ||||
| -rw-r--r-- | templates/install.inx | 2 | ||||
| -rw-r--r-- | templates/layer_commands.inx | 2 | ||||
| -rw-r--r-- | templates/object_commands.inx | 2 | ||||
| -rw-r--r-- | templates/output.inx | 2 | ||||
| -rw-r--r-- | templates/params.inx | 2 | ||||
| -rw-r--r-- | templates/print.inx | 2 | ||||
| -rw-r--r-- | templates/simulate.inx | 2 | ||||
| -rw-r--r-- | templates/zip.inx | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/templates/flip.inx b/templates/flip.inx index 22bcdd36..ebeb4090 100644 --- a/templates/flip.inx +++ b/templates/flip.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Flip Satin Columns{% endtrans %}</_name> + <name>{% trans %}Flip Satin Columns{% endtrans %}</name> <id>org.inkstitch.flip_satins.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> diff --git a/templates/input.inx b/templates/input.inx index d2a0d678..6e810a70 100644 --- a/templates/input.inx +++ b/templates/input.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{{ format | upper }} file input</_name> + <name>{{ format | upper }} file input</name> <id>org.inkstitch.input.{{ format }}.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> diff --git a/templates/install.inx b/templates/install.inx index 503e1e03..f3aa6c0a 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>{% trans %}Install add-ons for Inkscape{% endtrans %}</_name> + <name>{% trans %}Install add-ons for Inkscape{% endtrans %}</name> <id>org.inkstitch.install.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index acf0f199..17eb3d83 100644 --- a/templates/layer_commands.inx +++ b/templates/layer_commands.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Add Layer Commands{% endtrans %}</_name> + <name>{% trans %}Add Layer Commands{% endtrans %}</name> <id>org.inkstitch.layer_commands.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> diff --git a/templates/object_commands.inx b/templates/object_commands.inx index 024a694b..5807dc47 100644 --- a/templates/object_commands.inx +++ b/templates/object_commands.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Attach Commands{% endtrans %}</_name> + <name>{% trans %}Attach Commands{% endtrans %}</name> <id>org.inkstitch.commands.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> diff --git a/templates/output.inx b/templates/output.inx index 87befee4..2dc36d72 100644 --- a/templates/output.inx +++ b/templates/output.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{{ format | upper }} file output</_name> + <name>{{ format | upper }} file output</name> <id>org.inkstitch.output.{{ format }}.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> diff --git a/templates/params.inx b/templates/params.inx index 1d06e56f..f785b15c 100644 --- a/templates/params.inx +++ b/templates/params.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Params{% endtrans %}</_name> + <name>{% trans %}Params{% endtrans %}</name> <id>org.inkstitch.params.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> diff --git a/templates/print.inx b/templates/print.inx index eee9c55e..9e5a9dcd 100644 --- a/templates/print.inx +++ b/templates/print.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Print{% endtrans %}</_name> + <name>{% trans %}Print{% endtrans %}</name> <id>org.inkstitch.print.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> 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> diff --git a/templates/zip.inx b/templates/zip.inx index bf01dea2..7b576349 100644 --- a/templates/zip.inx +++ b/templates/zip.inx @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>embroidery ZIP file output</_name> + <name>embroidery ZIP file output</name> <id>org.inkstitch.output.zip.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> |
