diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-10-02 00:58:22 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-10-02 00:58:22 +0000 |
| commit | e7686041d098a0fdbb7c11d1f9726630b80fc38f (patch) | |
| tree | f33fdaa83223d8541b1f9d52301de54f78876b0c /share/extensions/pathscatter.inx | |
| parent | Basic (ja only), tips and advanced tutorials update (SVG files). (diff) | |
| download | inkscape-e7686041d098a0fdbb7c11d1f9726630b80fc38f.tar.gz inkscape-e7686041d098a0fdbb7c11d1f9726630b80fc38f.zip | |
copyedit, typos, slightly better default values
(bzr r8689)
Diffstat (limited to 'share/extensions/pathscatter.inx')
| -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 fe52828b8..8f45aa75a 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 topmost 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 must be the topmost object in the selection. Groups of paths, shapes, clones are 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> |
