summaryrefslogtreecommitdiffstats
path: root/share/extensions/funcplot.py
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-08 16:56:44 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-08 16:56:44 +0000
commit7e306ee20d7adc76d2c3a038434f22d51af3498a (patch)
tree57088551477b8efee68bdb0c9fcbd91717e5d0ba /share/extensions/funcplot.py
parentallow use multiple lines, added new icon (diff)
parentFixed icons files to save circles without 'd' atribute pointed by su_v (diff)
downloadinkscape-7e306ee20d7adc76d2c3a038434f22d51af3498a.tar.gz
inkscape-7e306ee20d7adc76d2c3a038434f22d51af3498a.zip
fixing icons and update to trunk
(bzr r13973.1.4)
Diffstat (limited to 'share/extensions/funcplot.py')
-rwxr-xr-xshare/extensions/funcplot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/funcplot.py b/share/extensions/funcplot.py
index 606fb0c28..f37bf335e 100755
--- a/share/extensions/funcplot.py
+++ b/share/extensions/funcplot.py
@@ -45,7 +45,7 @@ def drawfunction(xstart, xend, ybottom, ytop, samples, width, height, left, bott
# coords and scales based on the source rect
if xstart == xend:
- inkex.errormsg(_("x-interval cannot be zero. Please modify 'Start X value' or 'End X alue'"))
+ inkex.errormsg(_("x-interval cannot be zero. Please modify 'Start X value' or 'End X value'"))
return []
scalex = width / (xend - xstart)
xoff = left