diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-08-24 21:05:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-24 21:05:59 -0400 |
| commit | 6f425f7b3e602e2356ebaba2a5d3b240729c5396 (patch) | |
| tree | 7e29f10f13d63a539b4814a14fecf946ea798f92 /templates/layer_commands.inx | |
| parent | 1de8487849a3f8f55d126e2687d690226e657fde (diff) | |
| parent | 77177f9b55f57d1373408b3dc619a53fe45d00ce (diff) | |
Merge pull request #293 from inkstitch/lexelby/origin-and-stop-position
origin and stop position
Diffstat (limited to 'templates/layer_commands.inx')
| -rw-r--r-- | templates/layer_commands.inx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index a6c0283c..f1a8f987 100644 --- a/templates/layer_commands.inx +++ b/templates/layer_commands.inx @@ -13,7 +13,9 @@ <object-type>all</object-type> <effects-menu> <submenu name="Ink/Stitch"> - <submenu name="{% trans %}English{% endtrans %}" /> + <submenu name="{% trans %}English{% endtrans %}"> + <submenu name="{% trans %}Commands{% endtrans %}" /> + </submenu> </submenu> </effects-menu> </effect> |
