Set the description of some parameters
[synfig.git] / synfig-core / src / synfig / layer.cpp
index 3569a5a..ae25ab4 100644 (file)
@@ -584,6 +584,7 @@ Layer::get_param_vocab()const
        ret.push_back(ParamDesc(z_depth,"z_depth")
                .set_local_name(_("Z Depth"))
                .set_animation_only(true)
+               .set_description(_("Modifies the position of the layer in the layer stack"))
        );
 
        return ret;