From 3c60e03437dce54f0add6468960a0b2d80ec8fdd Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Mon, 30 May 2016 07:26:54 +0200 Subject: [Bug #1586292] Bad markup found in translations. Fixed bugs: - https://launchpad.net/bugs/1586292 (bzr r14922) --- share/extensions/plotter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/extensions') 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:\\\\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 -- cgit v1.2.3