From e7aeaa6686b087d1226f08936971371cd640e089 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan <> Date: Sun, 8 Mar 2015 17:10:20 +0100 Subject: i10n. Fix for Bug #1429579 (Various typos in the trunk code). Fixed bugs: - https://launchpad.net/bugs/1429579 (bzr r13976) --- share/extensions/funcplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/extensions/funcplot.py') 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 -- cgit v1.2.3