diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-07-13 19:57:42 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-07-13 19:57:42 +0000 |
| commit | 52f33bbb832b566491f99ee64db75076682faa4e (patch) | |
| tree | c960cefda923f21b44017b6b65e04faff2af2f77 /share/extensions/gcodetools_path_to_gcode.inx | |
| parent | Properly handle CSS font shorthand property. Work done with Abhishek Sharma f... (diff) | |
| download | inkscape-52f33bbb832b566491f99ee64db75076682faa4e.tar.gz inkscape-52f33bbb832b566491f99ee64db75076682faa4e.zip | |
UI fixes for gcodetools extension
(bzr r10449)
Diffstat (limited to 'share/extensions/gcodetools_path_to_gcode.inx')
| -rw-r--r-- | share/extensions/gcodetools_path_to_gcode.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/gcodetools_path_to_gcode.inx b/share/extensions/gcodetools_path_to_gcode.inx index 16ac68ab8..b610c490b 100644 --- a/share/extensions/gcodetools_path_to_gcode.inx +++ b/share/extensions/gcodetools_path_to_gcode.inx @@ -10,7 +10,7 @@ <page name='path-to-gcode' _gui-text='Path to Gcode'> <param name="biarc-tolerance" type='float' precision="5" _gui-text='Biarc interpolation tolerance:'>1</param> <param name="biarc-max-split-depth" type="int" _gui-text="Maximum splitting depth:">4</param> - <param name="path-to-gcode-order" _gui-text="Cutting order" type="optiongroup" appearance="minimal"> + <param name="path-to-gcode-order" _gui-text="Cutting order:" type="optiongroup" appearance="minimal"> <_option value="subpath by subpath">Subpath by subpath</_option> <_option value="path by path">Path by path</_option> <_option value="pass by pass">Pass by Pass</_option> |
