diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-10-19 18:56:59 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-10-19 18:56:59 +0000 |
| commit | 00f4975ff60ea3b2095470e96b822776cf9d493e (patch) | |
| tree | b783e442a8e76f1e04c1ff41e033c7a9b9261136 | |
| parent | finished tool offset correction; optimized hpgl data; fixed texts, small bugs... (diff) | |
| download | inkscape-00f4975ff60ea3b2095470e96b822776cf9d493e.tar.gz inkscape-00f4975ff60ea3b2095470e96b822776cf9d493e.zip | |
changed text
(bzr r12417.1.22)
| -rw-r--r-- | share/extensions/hpgl_output.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/hpgl_output.inx b/share/extensions/hpgl_output.inx index 087ddeb7d..14123c23e 100644 --- a/share/extensions/hpgl_output.inx +++ b/share/extensions/hpgl_output.inx @@ -6,7 +6,7 @@ <dependency type="executable" location="extensions">hpgl_output.py</dependency> <dependency type="executable" location="extensions">hpgl_encoder.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> - <_param name="introduction" type="description">Please make sure that all objects you want to save are converted to paths. The drawing will be automatically aligned to the zero point. Please use the plotter extension from the extension menu to plot directly out of Inkscape.</_param> + <_param name="introduction" type="description">Please make sure that all objects you want to save are converted to paths. The drawing will be automatically aligned to the zero point. Please use the plotter extension from the extension menu to plot directly on a serial plotter.</_param> <param name="tab" type="notebook"> <page name="plotter" _gui-text="Plotter Settings"> <param name="pen" type="int" min="0" max="10" _gui-text="Pen number" _gui-description="The number of the pen (tool) to use, on most plotters 1 (Standard: '1')">1</param> |
