diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-09-06 02:34:31 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-09-06 02:34:31 +0000 |
| commit | 89abf2d35ba202b184df4e791da3903c16d1d91c (patch) | |
| tree | c6f2499135157bbac0d48a3574e588fc1ab0fdb0 /share/extensions/pathscatter.inx | |
| parent | patch by Adib for 406470 (diff) | |
| download | inkscape-89abf2d35ba202b184df4e791da3903c16d1d91c.tar.gz inkscape-89abf2d35ba202b184df4e791da3903c16d1d91c.zip | |
textual patch from bug 408093
(bzr r8563)
Diffstat (limited to '')
| -rw-r--r-- | share/extensions/pathscatter.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/pathscatter.inx b/share/extensions/pathscatter.inx index 88cf0e2c9..fe52828b8 100644 --- a/share/extensions/pathscatter.inx +++ b/share/extensions/pathscatter.inx @@ -5,7 +5,7 @@ <dependency type="executable" location="extensions">pathmodifier.py</dependency> <dependency type="executable" location="extensions">pathscatter.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> - <_param name="title" type="description">This effect scatters a pattern along arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param> + <_param name="title" type="description">This effect scatters a pattern along arbitrary "skeleton" paths. The pattern is the topmost object in the selection. (groups of paths/shapes/clones... allowed)</_param> <param name="follow" type="boolean" _gui-text="Follow path orientation">false</param> <param name="stretch" type="boolean" _gui-text="Stretch spaces to fit skeleton length">false</param> <param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0">0.0</param> |
