diff options
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> |
