diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2010-06-05 18:15:01 +0000 |
|---|---|---|
| committer | Marcin Floryan <mfloryan@mandrax> | 2010-06-05 18:15:01 +0000 |
| commit | f5f435893d8cbb153319fd4d8857f361a6dfc98f (patch) | |
| tree | ab2b50936755b4298fcb171dce293c0094da152c | |
| parent | * [INTL:pl] Updated Polish translation (diff) | |
| download | inkscape-f5f435893d8cbb153319fd4d8857f361a6dfc98f.tar.gz inkscape-f5f435893d8cbb153319fd4d8857f361a6dfc98f.zip | |
Removed extra spaces.
(bzr r9485)
| -rw-r--r-- | share/extensions/generate_voronoi.inx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/generate_voronoi.inx b/share/extensions/generate_voronoi.inx index 4a04ffe1d..dc0dde07d 100644 --- a/share/extensions/generate_voronoi.inx +++ b/share/extensions/generate_voronoi.inx @@ -7,8 +7,8 @@ <dependency type="executable" location="extensions">inkex.py</dependency> <_param name="title1" type="description">Generate a random pattern of Voronoi cells. The pattern will be accessible in the Fill and Stroke dialog. You must select an object or a group.</_param> <_param name="title2" type="description">If border is zero, the pattern will be discontinuous at the edges. Use a positive border, preferably greater than the cell size, to produce a smooth join of the pattern at the edges. Use a negative border to reduce the size of the pattern and get an empty border.</_param> - <param name="size" type="int" min="2" max="200" _gui-text=" Average size of cell (px) ">10</param> - <param name="border" type="int" min="-200" max="200" _gui-text=" Size of Border (px) ">0</param> + <param name="size" type="int" min="2" max="200" _gui-text="Average size of cell (px)">10</param> + <param name="border" type="int" min="-200" max="200" _gui-text="Size of Border (px)">0</param> <effect> <object-type>all</object-type> <effects-menu> |
