summaryrefslogtreecommitdiffstats
path: root/share/extensions/funcplot.py
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-09 17:12:39 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-09 17:12:39 +0000
commit24fec52f30bca03f186a7aa0662e9cc54706b82b (patch)
tree569faf7d97e8bdaead14d4f98bf082efb692e721 /share/extensions/funcplot.py
parentmerged anf fixed from trunk (diff)
parentFixed icons files to save circles without 'd' atribute pointed by su_v (diff)
downloadinkscape-24fec52f30bca03f186a7aa0662e9cc54706b82b.tar.gz
inkscape-24fec52f30bca03f186a7aa0662e9cc54706b82b.zip
update to trunk
(bzr r13645.1.40)
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