summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Bruno <lucab@debian.org>2007-01-01 13:27:05 +0000
committerluca_bruno <luca_bruno@users.sourceforge.net>2007-01-01 13:27:05 +0000
commit516eac879ccb29cadd814576300a96e83c90871e (patch)
tree76f6b6653c7edb5a0a1b8c786b893446cb79cb26
parentNow help text is translatable (diff)
downloadinkscape-516eac879ccb29cadd814576300a96e83c90871e.tar.gz
inkscape-516eac879ccb29cadd814576300a96e83c90871e.zip
help text now translatable
(bzr r2117)
-rw-r--r--share/extensions/radiusrand.inx2
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>