summaryrefslogtreecommitdiffstats
path: root/share/extensions/funcplot.inx
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-11-01 03:43:30 +0000
committerTed Gould <ted@canonical.com>2008-11-01 03:43:30 +0000
commit0800a454f230fb7a029c88b0ab14bd9bb8a72bf1 (patch)
tree78f551f42f8331a8a4336bdc6a53fb88d6dfda92 /share/extensions/funcplot.inx
parentMaking it so that including simple-node.h will generate an error (diff)
downloadinkscape-0800a454f230fb7a029c88b0ab14bd9bb8a72bf1.tar.gz
inkscape-0800a454f230fb7a029c88b0ab14bd9bb8a72bf1.zip
Merge from trunk
(bzr r6890)
Diffstat (limited to 'share/extensions/funcplot.inx')
-rw-r--r--share/extensions/funcplot.inx2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx
index 1d5fb5e6e..107076dcf 100644
--- a/share/extensions/funcplot.inx
+++ b/share/extensions/funcplot.inx
@@ -11,7 +11,7 @@
<param name="times2pi" type="boolean" _gui-text="Multiply X range by 2*pi">false</param>
<param name="ybottom" type="float" min="-1000.0" max="1000.0" _gui-text="Y value of rectangle's bottom">0.0</param>
<param name="ytop" type="float" min="-1000.0" max="1000.0" _gui-text="Y value of rectangle's top">1.0</param>
- <param name="samples" type="int" min="2" max="1000" _gui-text="Samples">8</param>
+ <param name="samples" type="int" min="2" max="1000" _gui-text="Number of samples">8</param>
<param name="isoscale" type="boolean" _gui-text="Isotropic scaling (uses smallest of width/xrange or height/yrange)">false</param>
<param name="polar" type="boolean" _gui-text="Use polar coordinates">true</param>
</page>