Display spaces in layer names: "Time Loop" and "Luma Key".
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / timeloop.cpp
index 58b80b3..a0ce712 100644 (file)
@@ -50,7 +50,7 @@ using namespace etl;
 
 SYNFIG_LAYER_INIT(Layer_TimeLoop);
 SYNFIG_LAYER_SET_NAME(Layer_TimeLoop,"timeloop");
-SYNFIG_LAYER_SET_LOCAL_NAME(Layer_TimeLoop,_("TimeLoop"));
+SYNFIG_LAYER_SET_LOCAL_NAME(Layer_TimeLoop,_("Time Loop"));
 SYNFIG_LAYER_SET_CATEGORY(Layer_TimeLoop,_("Other"));
 SYNFIG_LAYER_SET_VERSION(Layer_TimeLoop,"0.1");
 SYNFIG_LAYER_SET_CVS_ID(Layer_TimeLoop,"$Id$");