diff options
| author | Luca Bruno <lucab@debian.org> | 2007-01-01 12:13:15 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2007-01-01 12:13:15 +0000 |
| commit | fab8a197f1f64e4a17a3a412ed9c6e1e4b22cd3c (patch) | |
| tree | 32dfc88859165107adfd9d37efccde544fb026e5 /share/extensions/funcplot.inx | |
| parent | Less fuzzy in it.po (diff) | |
| download | inkscape-fab8a197f1f64e4a17a3a412ed9c6e1e4b22cd3c.tar.gz inkscape-fab8a197f1f64e4a17a3a412ed9c6e1e4b22cd3c.zip | |
Now help text is translatable
(bzr r2116)
Diffstat (limited to 'share/extensions/funcplot.inx')
| -rw-r--r-- | share/extensions/funcplot.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index 6a6d740d1..a093a3ff2 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -14,7 +14,7 @@ <param name="isoscale" type="boolean" _gui-text="Isotropic scaling (uses smallest: width/xrange or height/yrange)">false</param>
</page>
<page name="desc" _gui-text="Help">
- <param name="pythonfunctions" type="description">The following functions are available:
+ <_param name="pythonfunctions" type="description">The following functions are available:
(the available functions are the standard python math functions)
ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i);
modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x);
@@ -22,7 +22,7 @@ acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); cos(x); sin(x); tan(x); degrees(x); radians(x);
cosh(x); sinh(x); tanh(x).
-The constants pi and e are also available. </param>
+The constants pi and e are also available. </_param>
</page>
</param>
<param name="fofx" type="string" _gui-text="Function">exp(-x*x)</param>
|
