Display spaces in layer names: "Time Loop" and "Luma Key".
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 4 Sep 2007 16:14:09 +0000 (16:14 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 4 Sep 2007 16:14:09 +0000 (16:14 +0000)
git-svn-id: http://svn.voria.com/code@593 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/lyr_std/timeloop.cpp
synfig-core/trunk/src/modules/mod_filter/lumakey.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$");
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$");