Display spaces in layer names: "Time Loop" and "Luma Key".
[synfig.git] / synfig-core / trunk / src / modules / mod_filter / lumakey.cpp
index d0602e3..e5686cf 100644 (file)
@@ -53,7 +53,7 @@ using namespace etl;
 
 SYNFIG_LAYER_INIT(LumaKey);
 SYNFIG_LAYER_SET_NAME(LumaKey,"lumakey");
-SYNFIG_LAYER_SET_LOCAL_NAME(LumaKey,_("LumaKey"));
+SYNFIG_LAYER_SET_LOCAL_NAME(LumaKey,_("Luma Key"));
 SYNFIG_LAYER_SET_CATEGORY(LumaKey,_("Filters"));
 SYNFIG_LAYER_SET_VERSION(LumaKey,"0.1");
 SYNFIG_LAYER_SET_CVS_ID(LumaKey,"$Id$");