Fixed a typo in the last commit.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / timeloop.cpp
index 8551284..a0ce712 100644 (file)
@@ -2,6 +2,8 @@
 /*!    \file timeloop.cpp
 **     \brief Image Layer_TimeLoop Layer Implementation
 **
+**     $Id$
+**
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
@@ -48,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$");