diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2016-05-30 05:26:54 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-05-30 05:26:54 +0000 |
| commit | 3c60e03437dce54f0add6468960a0b2d80ec8fdd (patch) | |
| tree | c24688d781f2f77e3578c943a87d6e1aa80ed16f /share/extensions/plotter.py | |
| parent | fix-bug-1586749. Broken english in bspline help message (diff) | |
| download | inkscape-3c60e03437dce54f0add6468960a0b2d80ec8fdd.tar.gz inkscape-3c60e03437dce54f0add6468960a0b2d80ec8fdd.zip | |
[Bug #1586292] Bad markup found in translations.
Fixed bugs:
- https://launchpad.net/bugs/1586292
(bzr r14922)
Diffstat (limited to 'share/extensions/plotter.py')
| -rwxr-xr-x | share/extensions/plotter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/plotter.py b/share/extensions/plotter.py index 14b41df18..8a14d55bc 100755 --- a/share/extensions/plotter.py +++ b/share/extensions/plotter.py @@ -147,7 +147,7 @@ class Plot(inkex.Effect): + "\n\n" + _("1. Download and extract (unzip) this file to your local harddisk:") + "\n" + " https://pypi.python.org/packages/source/p/pyserial/pyserial-2.7.tar.gz" + "\n" + _("2. Copy the \"serial\" folder (Can be found inside the just extracted folder)") - + "\n" + _(" into the following Inkscape folder: C:\\<Program files>\\inkscape\\python\\Lib\\") + + "\n" + _(" into the following Inkscape folder: C:\\[Program files]\\inkscape\\python\\Lib\\") + "\n" + _("3. Close and restart Inkscape.")) return # init serial framework |
