summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2011-07-13 19:57:42 +0000
committerKris <Kris.De.Gussem@hotmail.com>2011-07-13 19:57:42 +0000
commit52f33bbb832b566491f99ee64db75076682faa4e (patch)
treec960cefda923f21b44017b6b65e04faff2af2f77 /share
parentProperly handle CSS font shorthand property. Work done with Abhishek Sharma f... (diff)
downloadinkscape-52f33bbb832b566491f99ee64db75076682faa4e.tar.gz
inkscape-52f33bbb832b566491f99ee64db75076682faa4e.zip
UI fixes for gcodetools extension
(bzr r10449)
Diffstat (limited to 'share')
-rw-r--r--share/extensions/gcodetools_about.inx4
-rw-r--r--share/extensions/gcodetools_area.inx4
-rw-r--r--share/extensions/gcodetools_lathe.inx2
-rw-r--r--share/extensions/gcodetools_path_to_gcode.inx2
4 files changed, 6 insertions, 6 deletions
diff --git a/share/extensions/gcodetools_about.inx b/share/extensions/gcodetools_about.inx
index 3dd983835..b6c0fcde2 100644
--- a/share/extensions/gcodetools_about.inx
+++ b/share/extensions/gcodetools_about.inx
@@ -10,10 +10,10 @@
<page name='about' _gui-text='About'>
<_param name="help" type="description">Gcodetools was developed to make simple Gcode from Inkscape's paths. Gcode is a special format which is used in most of CNC machines. So Gcodetools allows you to use Inkscape as CAM program.
-It can be use with a lot of machone types:
+It can be use with a lot of machine types:
Mills
Lathes
- Laser and Palsma cutters and engravers
+ Laser and Plasma cutters and engravers
Mill engravers
Plotters
etc.
diff --git a/share/extensions/gcodetools_area.inx b/share/extensions/gcodetools_area.inx
index 9f4a083d4..30ed362cd 100644
--- a/share/extensions/gcodetools_area.inx
+++ b/share/extensions/gcodetools_area.inx
@@ -21,7 +21,7 @@ Only one offset will be created if the "Area width" is equal to "1/2 D".
</page>
<page name='area_fill' _gui-text='Fill area'>
- <param name="area-fill-angle" type="float" min="-360" max="360" _gui-text="Area fill anlge">0</param>
+ <param name="area-fill-angle" type="float" min="-360" max="360" _gui-text="Area fill angle">0</param>
<param name="area-fill-shift" type="float" min="-1" max="1" _gui-text="Area fill shift">0</param>
<param name="area-fill-method" type="float" min="-1" max="1" _gui-text="Area fill shift">0</param>
<param name="area-fill-method" _gui-text="Filling method" type="optiongroup">
@@ -50,7 +50,7 @@ Suspected small objects will be marked out by colored arrows.
<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>
diff --git a/share/extensions/gcodetools_lathe.inx b/share/extensions/gcodetools_lathe.inx
index a45896f3e..641a4f065 100644
--- a/share/extensions/gcodetools_lathe.inx
+++ b/share/extensions/gcodetools_lathe.inx
@@ -30,7 +30,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>
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>