Move the 'Simple Text' into the 'Other' menu, rather than having it in a menu of...
[synfig.git] / synfig-core / trunk / src / modules / lyr_freetype / lyr_freetype.cpp
index 5abfe76..d1f1390 100644 (file)
@@ -62,8 +62,8 @@ using namespace synfig;
 
 SYNFIG_LAYER_INIT(Layer_Freetype);
 SYNFIG_LAYER_SET_NAME(Layer_Freetype,"text");
-SYNFIG_LAYER_SET_LOCAL_NAME(Layer_Freetype,_("Simple Text"));
-SYNFIG_LAYER_SET_CATEGORY(Layer_Freetype,_("Typography"));
+SYNFIG_LAYER_SET_LOCAL_NAME(Layer_Freetype,_("Text"));
+SYNFIG_LAYER_SET_CATEGORY(Layer_Freetype,_("Other"));
 SYNFIG_LAYER_SET_VERSION(Layer_Freetype,"0.2");
 SYNFIG_LAYER_SET_CVS_ID(Layer_Freetype,"$Id$");
 
@@ -537,7 +537,7 @@ Layer_Freetype::get_param_vocab(void)const
                .add_enum_value(900, "heavy" ,_("Heavy"))
        );
        ret.push_back(ParamDesc("compress")
-               .set_local_name(_("Hozontal Spacing"))
+               .set_local_name(_("Horizontal Spacing"))
                .set_description(_("Describes how close glyphs are horizontally"))
        );