diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-02-10 05:56:28 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-02-10 05:56:28 +0000 |
| commit | 4959a07b53f6fd4f75feb85e452331aacffab1ef (patch) | |
| tree | 868ae7a4b3bffc982bba836ec76a4f36f77ad630 /share/extensions/radiusrand.inx | |
| parent | Fix a typo. (diff) | |
| download | inkscape-4959a07b53f6fd4f75feb85e452331aacffab1ef.tar.gz inkscape-4959a07b53f6fd4f75feb85e452331aacffab1ef.zip | |
rearrange effect submenus, rename some effects, fix capitalization
(bzr r109)
Diffstat (limited to 'share/extensions/radiusrand.inx')
| -rw-r--r-- | share/extensions/radiusrand.inx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/extensions/radiusrand.inx b/share/extensions/radiusrand.inx index 555785477..88bfbe596 100644 --- a/share/extensions/radiusrand.inx +++ b/share/extensions/radiusrand.inx @@ -4,10 +4,13 @@ <dependency type="executable" location="extensions">radiusrand.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <param name="radius" type="float" min="0.0" max="1000.0" _gui-text="Radius">100.0</param> - <param name="end" type="boolean" _gui-text="Randomize Nodes">true</param> - <param name="ctrl" type="boolean" _gui-text="Randomize Control Points">false</param> + <param name="end" type="boolean" _gui-text="Randomize nodes">true</param> + <param name="ctrl" type="boolean" _gui-text="Randomize node handles">false</param> <effect> <object-type>path</object-type> + <effects-menu> + <submenu _name="Modify Path"/> + </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">radiusrand.py</command> |
