Applied the following dooglus patches from the sourceforge tracker:
[synfig.git] / synfig-core / trunk / src / synfig / layer_motionblur.cpp
index b1782ee..6ac3673 100644 (file)
@@ -118,7 +118,7 @@ Layer_MotionBlur::get_param_vocab()const
        //ret=Layer_Composite::get_param_vocab();
        
        ret.push_back(ParamDesc("aperture")
-               .set_local_name(_("Aperature"))
+               .set_local_name(_("Aperture"))
                .set_description(_("Shutter Time"))
        );