summaryrefslogtreecommitdiff
path: root/inx/inkstitch_attach_commands.inx
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-17 20:55:43 -0400
committerLex Neva <github.com@lexneva.name>2018-08-17 22:45:05 -0400
commit13016f50ecace38a93f7d8e55bdad8b21fb0d2c7 (patch)
treecd2d52cbeff76a1bd47d033c0c4852d07b2d31f5 /inx/inkstitch_attach_commands.inx
parent8116f32068a4fe55e7f30ca2a369b2443d89b560 (diff)
group symbol+connector and label with command description
Diffstat (limited to 'inx/inkstitch_attach_commands.inx')
-rw-r--r--inx/inkstitch_attach_commands.inx4
1 files changed, 2 insertions, 2 deletions
diff --git a/inx/inkstitch_attach_commands.inx b/inx/inkstitch_attach_commands.inx
index 61cf7213..bba8602b 100644
--- a/inx/inkstitch_attach_commands.inx
+++ b/inx/inkstitch_attach_commands.inx
@@ -4,8 +4,8 @@
<id>org.inkstitch.commands</id>
<dependency type="executable" location="extensions">inkstitch.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="fill_start" type="boolean" _gui-text="Fill starting position">false</param>
- <param name="fill_end" type="boolean" _gui-text="Fill ending position">false</param>
+ <param name="fill_start" type="boolean" _gui-text="Fill stitch starting position">false</param>
+ <param name="fill_end" type="boolean" _gui-text="Fill stitch ending position">false</param>
<param name="stop" type="boolean" _gui-text="Stop after sewing this object">false</param>
<param name="trim" type="boolean" _gui-text="Trim thread after sewing this object">false</param>
<param name="ignore_object" type="boolean" _gui-text="Ignore this object (do not stitch)">false</param>