More descriptions for layer parameters
[synfig.git] / synfig-core / src / modules / mod_gradient / radialgradient.cpp
index a9a3bb9..825557b 100644 (file)
@@ -110,10 +110,12 @@ RadialGradient::get_param_vocab()const
 
        ret.push_back(ParamDesc("gradient")
                .set_local_name(_("Gradient"))
+               .set_description(_("Gradient to apply"))
        );
 
        ret.push_back(ParamDesc("center")
                .set_local_name(_("Center"))
+               .set_description(_("Center of the gradient"))
        );
 
        ret.push_back(ParamDesc("radius")
@@ -125,10 +127,12 @@ RadialGradient::get_param_vocab()const
 
        ret.push_back(ParamDesc("loop")
                .set_local_name(_("Loop"))
+               .set_description(_("When checked the gradient is looped"))
        );
 
        ret.push_back(ParamDesc("zigzag")
                .set_local_name(_("ZigZag"))
+               .set_description(_("When checked the gradient is summetrical at the center"))
        );
 
        return ret;