From d3dc11087748c5d178c02fd934db6612c8aa1730 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 4 Sep 2007 15:28:09 +0000 Subject: [PATCH] Display as 'Inside Out' not 'InsideOut'. git-svn-id: http://svn.voria.com/code@586 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/lyr_std/insideout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-core/trunk/src/modules/lyr_std/insideout.cpp b/synfig-core/trunk/src/modules/lyr_std/insideout.cpp index d7263a6..c30e2f3 100644 --- a/synfig-core/trunk/src/modules/lyr_std/insideout.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/insideout.cpp @@ -51,7 +51,7 @@ SYNFIG_LAYER_INIT(InsideOut); SYNFIG_LAYER_SET_NAME(InsideOut,"inside_out"); -SYNFIG_LAYER_SET_LOCAL_NAME(InsideOut,_("InsideOut")); +SYNFIG_LAYER_SET_LOCAL_NAME(InsideOut,_("Inside Out")); SYNFIG_LAYER_SET_CATEGORY(InsideOut,_("Distortions")); SYNFIG_LAYER_SET_VERSION(InsideOut,"0.1"); SYNFIG_LAYER_SET_CVS_ID(InsideOut,"$Id$"); -- 2.7.4