diff options
| author | Kate Murphy <hello@kate.io> | 2019-04-16 20:18:46 -0400 |
|---|---|---|
| committer | Kate Murphy <hello@kate.io> | 2019-04-17 19:40:49 -0400 |
| commit | 3251b94332c291689cc76751a7be8629a6c7e64a (patch) | |
| tree | fd5454040832b82d3b5362d0118c1c7a1cff37cb /templates/global_commands.inx | |
| parent | 944834593de7f6008b0edbd8d75e18face9ee2a1 (diff) | |
Remove language name from menus
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> |
