diff options
| author | Kate Murphy <hello@kate.io> | 2019-04-17 21:16:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-17 21:16:38 -0400 |
| commit | 8a2b6287ee630bf9c1d0eff3f219565773b47651 (patch) | |
| tree | fd5454040832b82d3b5362d0118c1c7a1cff37cb /templates/global_commands.inx | |
| parent | d388dc60854131a7b749be278ff24045869870de (diff) | |
| parent | 3251b94332c291689cc76751a7be8629a6c7e64a (diff) | |
Merge pull request #437 from inkstitch/locale-releases
Separate locales into different releases
Diffstat (limited to 'templates/global_commands.inx')
| -rw-r--r-- | templates/global_commands.inx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/global_commands.inx b/templates/global_commands.inx index eda2721d..24d42c90 100644 --- a/templates/global_commands.inx +++ b/templates/global_commands.inx @@ -13,10 +13,8 @@ <object-type>all</object-type> <effects-menu> <submenu name="Ink/Stitch"> - <submenu name="{% trans %}English{% endtrans %}"> - {# L10N Inkscape submenu under Extensions -> Ink/Stitch #} - <submenu name="{% trans %}Commands{% endtrans %}" /> - </submenu> + {# L10N Inkscape submenu under Extensions -> Ink/Stitch #} + <submenu name="{% trans %}Commands{% endtrans %}" /> </submenu> </effects-menu> </effect> |
