Author: Carlos Lopez <[email protected]>
Date:   Thu Jul 28 09:42:15 2011 +0200

Fix wrong parameters description

---

 synfig-core/src/synfig/valuenode_composite.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/synfig-core/src/synfig/valuenode_composite.cpp 
b/synfig-core/src/synfig/valuenode_composite.cpp
index 76b9f72..5d4ea3d 100644
--- a/synfig-core/src/synfig/valuenode_composite.cpp
+++ b/synfig-core/src/synfig/valuenode_composite.cpp
@@ -528,7 +528,7 @@ ValueNode_Composite::get_children_vocab_vfunc()const
                );
                ret.push_back(ParamDesc(ValueBase(),"side_before")
                        .set_local_name(_("Side Type Before"))
-                       .set_description(_("Defines the interpolation type of 
the width point"))
+                       .set_description(_("Defines the interpolation type of 
the dash item"))
                        .set_hint("enum")
                        .add_enum_value(WidthPoint::TYPE_ROUNDED,"rounded", 
_("Rounded Stop"))
                        .add_enum_value(WidthPoint::TYPE_SQUARED,"squared", 
_("Squared Stop"))
@@ -537,7 +537,7 @@ ValueNode_Composite::get_children_vocab_vfunc()const
                        );
                ret.push_back(ParamDesc(ValueBase(),"side_after")
                        .set_local_name(_("Side Type After"))
-                       .set_description(_("Defines the interpolation type of 
the width point"))
+                       .set_description(_("Defines the interpolation type of 
the dash item"))
                        .set_hint("enum")
                        .add_enum_value(WidthPoint::TYPE_ROUNDED,"rounded", 
_("Rounded Stop"))
                        .add_enum_value(WidthPoint::TYPE_SQUARED,"squared", 
_("Squared Stop"))


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to