diff options
Diffstat (limited to 'share/extensions/funcplot.inx')
| -rw-r--r-- | share/extensions/funcplot.inx | 2 |
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> |
