summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaren Hachmann <maren@goos-habermann.de>2017-10-03 03:16:14 +0000
committerMaren Hachmann <maren@goos-habermann.de>2017-10-03 03:16:14 +0000
commitd4a7cc1659ad0d4b5dfdbc4a2e7ba049634fa6c0 (patch)
tree53c458881c099b0199dd8f60802943743a8544b0
parentremoved GList in ruler.cpp (diff)
downloadinkscape-d4a7cc1659ad0d4b5dfdbc4a2e7ba049634fa6c0.tar.gz
inkscape-d4a7cc1659ad0d4b5dfdbc4a2e7ba049634fa6c0.zip
Add some help texts, improve structure
-rw-r--r--share/extensions/interp_att_g.inx13
1 files changed, 8 insertions, 5 deletions
diff --git a/share/extensions/interp_att_g.inx b/share/extensions/interp_att_g.inx
index 7a0ef1d5c..5f6c3d7a4 100644
--- a/share/extensions/interp_att_g.inx
+++ b/share/extensions/interp_att_g.inx
@@ -16,8 +16,10 @@
<_item value="opacity">Opacity</_item>
<_item value="other">Other</_item>
</param>
- <_param name="other-info" type="description">If you select "Other", you must know the SVG attributes to identify here this "other".</_param>
- <param name="att-other" type="string" _gui-text="Other Attribute:"></param>
+
+ <_param name="other-header" type="description" appearance="header">Other Attribute</_param>
+ <_param name="other-info" type="description">If you selected "Other" above, you must specify the details for this "other" here.</_param>
+ <param name="att-other" type="string" _gui-text="Other Attribute:" _gui-description="Examples: r, width, inkscape:rounded, sodipodi:sides"></param>
<param name="att-other-type" type="enum" _gui-text="Other Attribute type:">
<_item value="color">Color</_item>
<_item value="int">Integer Number</_item>
@@ -28,9 +30,10 @@
<_item value="style">Style</_item>
<_item value="transform">Transformation</_item>
</param>
- <_param name="sep" type="description">••••••••••••••••••••••••••••••••••••••••••••••••</_param>
- <param name="start-val" type="string" _gui-text="Start Value:"></param>
- <param name="end-val" type="string" _gui-text="End Value:"></param>
+
+ <_param name="numbers" type="description" appearance="header">Values</_param>
+ <param name="start-val" type="string" _gui-text="Start Value:" _gui-description="Examples: 0.5, 5, #rgb, #rrggbb or r, g, b"></param>
+ <param name="end-val" type="string" _gui-text="End Value:" _gui-description="Examples: 0.5, 5, #rgb, #rrggbb or r, g, b"></param>
<param name="unit" type="enum" _gui-text="Unit:">
<_item value="none">No Unit</_item>
<_item value="color">Color</_item>