diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-11-17 19:57:36 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-11-17 19:57:36 +0000 |
| commit | 10204529ed37cea74703fb9f5634650edee4e0ab (patch) | |
| tree | 5e1de19cd27827bfbbc8c97c24bff2baf41ef617 /share | |
| parent | Converted render_barcode_qrcode.py from DOS to Unix EOL format. (diff) | |
| download | inkscape-10204529ed37cea74703fb9f5634650edee4e0ab.tar.gz inkscape-10204529ed37cea74703fb9f5634650edee4e0ab.zip | |
Extensions. Removing tooltips from color>randomize (see Bug #676419).
Filters. Experimental filters cleanup.
(bzr r9902)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/color_randomize.inx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/extensions/color_randomize.inx b/share/extensions/color_randomize.inx index 8584722fa..82691f0f4 100644 --- a/share/extensions/color_randomize.inx +++ b/share/extensions/color_randomize.inx @@ -7,9 +7,9 @@ <dependency type="executable" location="extensions">simplestyle.py</dependency> <param name="tab" type="notebook"> <page name="Options" _gui-text="Options"> - <param name="hue" type="boolean" _gui-text="Hue" _gui-description="Randomize hue">true</param> - <param name="saturation" type="boolean" _gui-text="Saturation" _gui-description="Randomize saturation">true</param> - <param name="lightness" type="boolean" _gui-text="Lightness" _gui-description="Randomize lightness">true</param> + <param name="hue" type="boolean" _gui-text="Hue">true</param> + <param name="saturation" type="boolean" _gui-text="Saturation">true</param> + <param name="lightness" type="boolean" _gui-text="Lightness">true</param> </page> <page name="Help" _gui-text="Help"> <_param name="instructions" type="description" xml:space="preserve">Converts to HSL, randomizes hue and/or saturation and/or lightness and converts it back to RGB.</_param> |
