diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-01-27 21:02:57 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-01-27 21:02:57 +0000 |
| commit | 39a9b66226ff66aef6bbb6dc19630a6b9dc3680c (patch) | |
| tree | dfe6eb50d8e3d093d314f2b2cc76837338b20923 /share/extensions/pathalongpath.inx | |
| parent | update from Valessio (diff) | |
| download | inkscape-39a9b66226ff66aef6bbb6dc19630a6b9dc3680c.tar.gz inkscape-39a9b66226ff66aef6bbb6dc19630a6b9dc3680c.zip | |
Fixed: Non-translatable strings in "enum" type extensions
(bzr r2297)
Diffstat (limited to 'share/extensions/pathalongpath.inx')
| -rw-r--r-- | share/extensions/pathalongpath.inx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/extensions/pathalongpath.inx b/share/extensions/pathalongpath.inx index f7e728f0d..ce489a9e2 100644 --- a/share/extensions/pathalongpath.inx +++ b/share/extensions/pathalongpath.inx @@ -7,15 +7,15 @@ <param name="title" type="description">This effect bends a pattern object along an arbitrary "skeleton" path. The pattern can be a path or a group of paths. First, select the pattern object; then add to selection the skeleton path; then call this effect.</param>
<param name="copymode" type="enum" _gui-text="Copies of the pattern:">
- <item>Single</item>
- <item>Single, stretched</item>
- <item>Repeated</item>
- <item>Repeated, stretched</item>
+ <item value="Single">Single</item>
+ <item value="Single, stretched">Single, stretched</item>
+ <item value="Repeated">Repeated</item>
+ <item value="Repeated, stretched">Repeated, stretched</item>
</param>
<param name="kind" type="enum" _gui-text="Deformation type:">
- <item>Snake</item>
- <item>Ribbon</item>
+ <item value="Snake">Snake</item>
+ <item value="Ribbon">Ribbon</item>
</param>
<param name="space" type="float" _gui-text="Space between copies:" min="-10000.0" max="10000.0" >0.0</param>
|
