X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Flyr_std%2Fclamp.cpp;h=7866ffec1474fbcf5cc498b3021cc6351ae35cf1;hp=eafb048851675284de1f5cc0b56e9c90274e7367;hb=42e8f249832b9ca81691bbf76a6668aa4612117f;hpb=761f182dca80197d703d8ad37f74e68b326672d0 diff --git a/synfig-core/src/modules/lyr_std/clamp.cpp b/synfig-core/src/modules/lyr_std/clamp.cpp index eafb048..7866ffe 100644 --- a/synfig-core/src/modules/lyr_std/clamp.cpp +++ b/synfig-core/src/modules/lyr_std/clamp.cpp @@ -159,14 +159,17 @@ Layer_Clamp::get_param_vocab()const ret.push_back(ParamDesc("clamp_ceiling") .set_local_name(_("Clamp Ceiling")) + .set_description(_("When checked the Ceiling value is used")) ); ret.push_back(ParamDesc("ceiling") .set_local_name(_("Ceiling")) + .set_description(_("Upper boundary of the clamping")) ); ret.push_back(ParamDesc("floor") .set_local_name(_("Floor")) + .set_description(_("Lower boundary of the clamping")) ); return ret;