More descriptions for layer parameters
[synfig.git] / synfig-core / src / synfig / layer_pastecanvas.cpp
index 6cdd09f..2181a83 100644 (file)
@@ -142,10 +142,12 @@ Layer_PasteCanvas::get_param_vocab()const
 
        ret.push_back(ParamDesc("time_offset")
                .set_local_name(_("Time Offset"))
+               .set_description(_("Time Offset to apply to the context"))
        );
 
        ret.push_back(ParamDesc("children_lock")
                .set_local_name(_("Children Lock"))
+               .set_description(_("When checked prevents to select the children using the mouse click"))
        );
 
        ret.push_back(ParamDesc("focus")