summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorMarcin Floryan <mfloryan@mm.waw.pl>2008-04-12 23:22:47 +0000
committermfloryan <mfloryan@users.sourceforge.net>2008-04-12 23:22:47 +0000
commit28233a0b816fed22fa313c0689b3d2be6802ab9e (patch)
treec04e506170ec569f0858be6962550848ac2caf9a /share
parentMake gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to pre... (diff)
downloadinkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.tar.gz
inkscape-28233a0b816fed22fa313c0689b3d2be6802ab9e.zip
Several different i18n issues fixed following report from a_b (adresses bug #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch.
(bzr r5412)
Diffstat (limited to 'share')
-rw-r--r--share/extensions/pathalongpath.inx14
1 files changed, 6 insertions, 8 deletions
diff --git a/share/extensions/pathalongpath.inx b/share/extensions/pathalongpath.inx
index 5ef27bb1e..fb4167fee 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 arbitrary "skeleton" paths. The pattern is the top most object in the selection. (groups of paths/shapes/clones... allowed)</_param>
<param name="copymode" type="enum" _gui-text="Copies of the pattern:">
- <item value="Single">Single</item>
- <item value="Single, stretched">Single, stretched</item>
- <item value="Repeated">Repeated</item>
- <item value="Repeated, stretched">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 value="Snake">Snake</item>
- <item value="Ribbon">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>
@@ -34,5 +34,3 @@
<command reldir="extensions" interpreter="python">pathalongpath.py</command>
</script>
</inkscape-extension>
-
-