Put the three example layers in the 'Example' group in the 'new layer' menu.
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / distort.cpp
index 950e7cc..1dc1af4 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file distort.cpp
-**     \brief blehh
+**     \brief Implementation of the "Noise Distort" layer
 **
 **     $Id$
 **
@@ -53,8 +53,8 @@ using namespace etl;
 
 SYNFIG_LAYER_INIT(NoiseDistort);
 SYNFIG_LAYER_SET_NAME(NoiseDistort,"noise_distort");
-SYNFIG_LAYER_SET_LOCAL_NAME(NoiseDistort,_("Noise Distort"));
-SYNFIG_LAYER_SET_CATEGORY(NoiseDistort,_("Distortions"));
+SYNFIG_LAYER_SET_LOCAL_NAME(NoiseDistort,N_("Noise Distort"));
+SYNFIG_LAYER_SET_CATEGORY(NoiseDistort,N_("Distortions"));
 SYNFIG_LAYER_SET_VERSION(NoiseDistort,"0.0");
 SYNFIG_LAYER_SET_CVS_ID(NoiseDistort,"$Id$");