Author: Carlos Lopez <genet...@gmail.com>
Date:   Wed Sep 14 20:14:59 2011 +0200

Better translation string for dash item side type

---

 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 7208e82..825e61d 100644
--- a/synfig-core/src/synfig/valuenode_composite.cpp
+++ b/synfig-core/src/synfig/valuenode_composite.cpp
@@ -532,7 +532,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 dash item"))
+                       .set_description(_("Defines the side 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"))
@@ -541,7 +541,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 dash item"))
+                       .set_description(_("Defines the side 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"))


------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
Learn about the latest advances in developing for the 
BlackBerry&reg; mobile platform with sessions, labs & more.
See new tools and technologies. Register for BlackBerry&reg; DevCon today!
http://p.sf.net/sfu/rim-devcon-copy1 
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to