From ece291699ed827fb02e9c9447f637042f53ec253 Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Sat, 11 Jul 2009 07:52:21 +0000 Subject: Fix for LP #325659 (no translation for extensions description pages) and #217236 (intltool - messages extracted from XML missing new lines). (bzr r8255) --- share/extensions/funcplot.inx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/extensions/funcplot.inx') diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index 107076dcf..6af6595c9 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -16,7 +16,7 @@ true - <_param name="funcplotuse" type="description">Select a rectangle before calling the extension, + <_param name="funcplotuse" type="description" xml:space="preserve">Select a rectangle before calling the extension, it will determine X and Y scales. With polar coordinates: @@ -26,7 +26,7 @@ With polar coordinates: First derivative is always determined numerically. - <_param name="pythonfunctions" type="description">Standard Python math functions are available: + <_param name="pythonfunctions" type="description" xml:space="preserve">Standard Python math functions are available: 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); -- cgit v1.2.3