diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-11-14 17:54:59 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-11-14 17:54:59 +0000 |
| commit | 52309907643a585c3765551c04d2da20cbd467a8 (patch) | |
| tree | fa7a6c7c50511533f2eb1ed023cdf1ef8f939dbb /share/extensions/plotter.inx | |
| parent | More scan-build null pointer checks (diff) | |
| download | inkscape-52309907643a585c3765551c04d2da20cbd467a8.tar.gz inkscape-52309907643a585c3765551c04d2da20cbd467a8.zip | |
small optimizations
(bzr r12815)
Diffstat (limited to 'share/extensions/plotter.inx')
| -rw-r--r-- | share/extensions/plotter.inx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/extensions/plotter.inx b/share/extensions/plotter.inx index f33e3088b..7cc9f1c94 100644 --- a/share/extensions/plotter.inx +++ b/share/extensions/plotter.inx @@ -39,7 +39,8 @@ </param> <param name="space" type="description"> </param> <_param name="serialHelp" type="description">This can be a physical serial connection or a USB-to-Serial bridge. Ask your plotter manufacturer for drivers if needed.</_param> - <_param name="parallelHelp" type="description">Please note that Parallel (LPT) connections are not supported.</_param> + <_param name="freezeHelp" type="description">Using wrong settings can under certain circumstances cause Inkscape to freeze. Always save your work before plotting.</_param> + <_param name="parallelHelp" type="description">Parallel (LPT) connections are not supported.</_param> </page> <page name="plotter" _gui-text="Plotter Settings"> <param name="pen" type="int" min="0" max="99" _gui-text="Pen number" _gui-description="The number of the pen (tool) to use, on most plotters 1 (Standard: '1')">1</param> |
