Edited the single line description of each header file that implements a layer.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / shade.cpp
index 9ded1f1..5fc7b2c 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file shade.cpp
-**     \brief Template Header
+**     \brief Implementation of the "Shade" layer
 **
 **     $Id$
 **
@@ -62,8 +62,8 @@ using namespace std;
 
 SYNFIG_LAYER_INIT(Layer_Shade);
 SYNFIG_LAYER_SET_NAME(Layer_Shade,"shade");
-SYNFIG_LAYER_SET_LOCAL_NAME(Layer_Shade,_("Shade"));
-SYNFIG_LAYER_SET_CATEGORY(Layer_Shade,_("Stylize"));
+SYNFIG_LAYER_SET_LOCAL_NAME(Layer_Shade,N_("Shade"));
+SYNFIG_LAYER_SET_CATEGORY(Layer_Shade,N_("Stylize"));
 SYNFIG_LAYER_SET_VERSION(Layer_Shade,"0.2");
 SYNFIG_LAYER_SET_CVS_ID(Layer_Shade,"$Id$");