From 0cbe6757671888cc2c32e73c7518f5c6283835ef Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 4 Sep 2007 16:14:09 +0000 Subject: [PATCH] Display spaces in layer names: "Time Loop" and "Luma Key". git-svn-id: http://svn.voria.com/code@593 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/lyr_std/timeloop.cpp | 2 +- synfig-core/trunk/src/modules/mod_filter/lumakey.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-core/trunk/src/modules/lyr_std/timeloop.cpp b/synfig-core/trunk/src/modules/lyr_std/timeloop.cpp index 58b80b3..a0ce712 100644 --- a/synfig-core/trunk/src/modules/lyr_std/timeloop.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/timeloop.cpp @@ -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$"); diff --git a/synfig-core/trunk/src/modules/mod_filter/lumakey.cpp b/synfig-core/trunk/src/modules/mod_filter/lumakey.cpp index d0602e3..e5686cf 100644 --- a/synfig-core/trunk/src/modules/mod_filter/lumakey.cpp +++ b/synfig-core/trunk/src/modules/mod_filter/lumakey.cpp @@ -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$"); -- 2.7.4