diff options
| -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> |
