diff options
| author | Luca Bruno <lucab@debian.org> | 2007-01-01 13:27:05 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2007-01-01 13:27:05 +0000 |
| commit | 516eac879ccb29cadd814576300a96e83c90871e (patch) | |
| tree | 76f6b6653c7edb5a0a1b8c786b893446cb79cb26 | |
| parent | Now help text is translatable (diff) | |
| download | inkscape-516eac879ccb29cadd814576300a96e83c90871e.tar.gz inkscape-516eac879ccb29cadd814576300a96e83c90871e.zip | |
help text now translatable
(bzr r2117)
| -rw-r--r-- | share/extensions/radiusrand.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/radiusrand.inx b/share/extensions/radiusrand.inx index 421eac1a6..dcce3bc2c 100644 --- a/share/extensions/radiusrand.inx +++ b/share/extensions/radiusrand.inx @@ -3,7 +3,7 @@ <id>org.ekips.filter.radiusrand</id> <dependency type="executable" location="extensions">radiusrand.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> - <param name="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</param> + <_param name="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</_param> <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement, px">100.0</param> <param name="end" type="boolean" _gui-text="Shift nodes">true</param> <param name="ctrl" type="boolean" _gui-text="Shift node handles">false</param> |
