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