Display as 'Halftone 2' and 'Halftone 3' rather than 'Halftone2' and 'Halftone3'.
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / halftone3.cpp
index 3677591..b46ee6f 100644 (file)
@@ -53,7 +53,7 @@ using namespace etl;
 
 SYNFIG_LAYER_INIT(Halftone3);
 SYNFIG_LAYER_SET_NAME(Halftone3,"halftone3");
-SYNFIG_LAYER_SET_LOCAL_NAME(Halftone3,_("Halftone3"));
+SYNFIG_LAYER_SET_LOCAL_NAME(Halftone3,_("Halftone 3"));
 SYNFIG_LAYER_SET_CATEGORY(Halftone3,_("Filters"));
 SYNFIG_LAYER_SET_VERSION(Halftone3,"0.0");
 SYNFIG_LAYER_SET_CVS_ID(Halftone3,"$Id$");