Code

Extensions. UI consistency fixes and UI improvements (new help tabs when needed,...
[inkscape.git] / share / extensions / color_randomize.inx
index 82691f0f46c432446035695c9118a028b54111d8..8584722fa1239b1a180ba46784f67452a17c147b 100644 (file)
@@ -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">true</param>
-               <param name="saturation" type="boolean" _gui-text="Saturation">true</param>
-               <param name="lightness" type="boolean" _gui-text="Lightness">true</param>
+               <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>
         </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>