Display as 'Inside Out' not 'InsideOut'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 4 Sep 2007 15:28:09 +0000 (15:28 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 4 Sep 2007 15:28:09 +0000 (15:28 +0000)
git-svn-id: http://svn.voria.com/code@586 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/lyr_std/insideout.cpp

index d7263a6..c30e2f3 100644 (file)
@@ -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$");