From a1ba44dc5baa173f70e0ce24349968f0346b67bc Mon Sep 17 00:00:00 2001 From: luca_bruno Date: Mon, 1 Jan 2007 12:13:15 +0000 Subject: [PATCH] Now help text is translatable --- share/extensions/funcplot.inx | 4 ++-- 1 file 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 @@ false - 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. +The constants pi and e are also available. exp(-x*x) -- 2.39.5