X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Fmod_gradient%2Fspiralgradient.cpp;fp=synfig-core%2Fsrc%2Fmodules%2Fmod_gradient%2Fspiralgradient.cpp;h=b4b70c4e84fa4dd470c85500203ee4a46161c40b;hp=3a2fee5700a0b07306a159a7571e8e8b3b7d5a07;hb=d243d7ecee75cc386a751c79ce7085e92afcbf27;hpb=42e8f249832b9ca81691bbf76a6668aa4612117f diff --git a/synfig-core/src/modules/mod_gradient/spiralgradient.cpp b/synfig-core/src/modules/mod_gradient/spiralgradient.cpp index 3a2fee5..b4b70c4 100644 --- a/synfig-core/src/modules/mod_gradient/spiralgradient.cpp +++ b/synfig-core/src/modules/mod_gradient/spiralgradient.cpp @@ -109,10 +109,12 @@ SpiralGradient::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") @@ -124,11 +126,13 @@ SpiralGradient::get_param_vocab()const ret.push_back(ParamDesc("angle") .set_local_name(_("Angle")) + .set_description(_("Rotation of the spiral")) .set_origin("center") ); ret.push_back(ParamDesc("clockwise") .set_local_name(_("Clockwise")) + .set_description(_("When checked the spiral turns clockwise")) ); return ret;