summaryrefslogtreecommitdiffstats
path: root/share/extensions/funcplot.py
diff options
context:
space:
mode:
authorYuri Chornoivan <>2015-03-08 16:10:20 +0000
committerJazzyNico <nicoduf@yahoo.fr>2015-03-08 16:10:20 +0000
commite7aeaa6686b087d1226f08936971371cd640e089 (patch)
treebae80b636d31f53943a4e4ae73ba5abfdfbe944b /share/extensions/funcplot.py
parentextensions. convert2dashes. support offset parameter. (Bug 1426889) (diff)
downloadinkscape-e7aeaa6686b087d1226f08936971371cd640e089.tar.gz
inkscape-e7aeaa6686b087d1226f08936971371cd640e089.zip
i10n. Fix for Bug #1429579 (Various typos in the trunk code).
Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976)
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