From e19781175af3e23bb1afe30c3152db7d4fbef777 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Fri, 18 Sep 2009 06:33:52 +0000 Subject: i18n fixes for Bug #408093. (bzr r8608) --- share/extensions/draw_from_triangle.inx | 2 +- share/extensions/polyhedron_3d.inx | 4 +--- share/extensions/polyhedron_3d.py | 2 +- share/extensions/restack.inx | 14 ++++++-------- 4 files changed, 9 insertions(+), 13 deletions(-) (limited to 'share') diff --git a/share/extensions/draw_from_triangle.inx b/share/extensions/draw_from_triangle.inx index 341388dc3..5b57e2c49 100644 --- a/share/extensions/draw_from_triangle.inx +++ b/share/extensions/draw_from_triangle.inx @@ -62,7 +62,7 @@ cosh(x); sinh(x); tanh(x) Also available are the inverse trigonometric functions: sec(x); csc(x); cot(x) -You can specify the radius of a circle about a custom point using an formula, which may also contain the side lengths, angles, etc. You can also plot the isogonal and isotomic conjugate of the point. Be aware that this may cause a divide-by-zero error for certain points. +You can specify the radius of a circle around a custom point using a formula, which may also contain the side lengths, angles, etc. You can also plot the isogonal and isotomic conjugate of the point. Be aware that this may cause a divide-by-zero error for certain points. diff --git a/share/extensions/polyhedron_3d.inx b/share/extensions/polyhedron_3d.inx index e7807b469..31dfe6256 100644 --- a/share/extensions/polyhedron_3d.inx +++ b/share/extensions/polyhedron_3d.inx @@ -75,9 +75,7 @@ 1 1 -2 - - + <_option value="vtx">Vertices <_option value="edg">Edges <_option value="fce">Faces diff --git a/share/extensions/polyhedron_3d.py b/share/extensions/polyhedron_3d.py index 514ace94a..b64cf413e 100644 --- a/share/extensions/polyhedron_3d.py +++ b/share/extensions/polyhedron_3d.py @@ -57,7 +57,7 @@ _ = gettext.gettext try: from numpy import * except: - inkex.errormsg(_("Failed to import the numpy module. This module is required by this extension. Please install it and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) + inkex.errormsg(_("Failed to import the numpy module. This module is required by this extension. Please install it and try again. On a Debian-like system this can be done with the command 'sudo apt-get install python-numpy'.")) sys.exit() #FILE IO ROUTINES diff --git a/share/extensions/restack.inx b/share/extensions/restack.inx index cd79860af..07d222a16 100644 --- a/share/extensions/restack.inx +++ b/share/extensions/restack.inx @@ -15,16 +15,14 @@ 0.00 - - <_option value="l">restack|Left - <_option value="m">restack|Middle - <_option value="r">restack|Right + <_option value="l">Left + <_option value="m">Middle + <_option value="r">Right - <_option value="t">restack|Top - <_option value="m">restack|Middle - <_option value="b">restack|Bottom + <_option value="t">Top + <_option value="m">Middle + <_option value="b">Bottom path -- cgit v1.2.3