Set the description of some parameters
[synfig.git] / synfig-core / src / modules / lyr_std / stretch.cpp
index 65ae87f..e0fdb04 100644 (file)
@@ -102,10 +102,12 @@ Layer_Stretch::get_param_vocab()const
        ret.push_back(ParamDesc("amount")
                .set_local_name(_("Amount"))
                .set_origin("center")
+               .set_description(_("Size of the stretch relative to its Center"))
        );
 
        ret.push_back(ParamDesc("center")
                .set_local_name(_("Center"))
+               .set_description(_("Where the stretch distortion is centered"))
        );
 
        return ret;