diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2009-07-11 07:52:21 +0000 |
|---|---|---|
| committer | JazzyNico <JazzyNico@users.sourceforge.net> | 2009-07-11 07:52:21 +0000 |
| commit | ece291699ed827fb02e9c9447f637042f53ec253 (patch) | |
| tree | 4a50a64311494625fd1d76c2e005297eecf52df9 /share/extensions/funcplot.inx | |
| parent | strings update (diff) | |
| download | inkscape-ece291699ed827fb02e9c9447f637042f53ec253.tar.gz inkscape-ece291699ed827fb02e9c9447f637042f53ec253.zip | |
Fix for LP #325659 (no translation for extensions description pages) and #217236 (intltool - messages extracted from XML missing new lines).
(bzr r8255)
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 107076dcf..6af6595c9 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -16,7 +16,7 @@ <param name="polar" type="boolean" _gui-text="Use polar coordinates">true</param> </page> <page name="use" _gui-text="Use"> - <_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> </page> <page name="desc" _gui-text="Functions"> - <_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); |
