From 1718bfb10a12c22b9f4a9d502e715634c2cc153c Mon Sep 17 00:00:00 2001 From: Ivan Mas??r Date: Fri, 30 Dec 2016 17:11:45 +0100 Subject: fix typos, add translator comment (bzr r15373) --- share/extensions/gcodetools_about.inx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/extensions/gcodetools_about.inx') diff --git a/share/extensions/gcodetools_about.inx b/share/extensions/gcodetools_about.inx index c1016477d..385a38244 100644 --- a/share/extensions/gcodetools_about.inx +++ b/share/extensions/gcodetools_about.inx @@ -10,7 +10,7 @@ <_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 machine types: +It can be used with a lot of machine types: Mills Lathes Laser and Plasma cutters and engravers -- cgit v1.2.3 From e6fa028cd4ccc870664dae669c17f0528ed9f676 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Fri, 24 Feb 2017 10:04:32 +0100 Subject: [Bug #980527] Gcodetools: Unlocalized messages. Fixed bugs: - https://launchpad.net/bugs/980527 (bzr r15543) --- share/extensions/gcodetools_about.inx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/extensions/gcodetools_about.inx') diff --git a/share/extensions/gcodetools_about.inx b/share/extensions/gcodetools_about.inx index 385a38244..4a1579181 100644 --- a/share/extensions/gcodetools_about.inx +++ b/share/extensions/gcodetools_about.inx @@ -8,7 +8,7 @@ - <_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. + <_param name="help" type="description" xml:space="preserve">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 used with a lot of machine types: Mills @@ -22,7 +22,7 @@ To get more info visit developers page at http://www.cnc-club.ru/gcodetools - <_param name="fullhelp" type="description"> + <_param name="fullhelp" type="description" xml:space="preserve"> Gcodetools plug-in: converts paths to Gcode (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters. This plug-in calculates Gcode for paths using circular interpolation or linear motion when needed. -- cgit v1.2.3