X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Fmod_gradient%2Fradialgradient.cpp;h=825557be801910e03a6cb2e14d46397c4c25c2d1;hp=a9a3bb998eb7bd124cdfbebe1039c03ee112ea03;hb=d243d7ecee75cc386a751c79ce7085e92afcbf27;hpb=42e8f249832b9ca81691bbf76a6668aa4612117f diff --git a/synfig-core/src/modules/mod_gradient/radialgradient.cpp b/synfig-core/src/modules/mod_gradient/radialgradient.cpp index a9a3bb9..825557b 100644 --- a/synfig-core/src/modules/mod_gradient/radialgradient.cpp +++ b/synfig-core/src/modules/mod_gradient/radialgradient.cpp @@ -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;