X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_noise%2Fdistort.cpp;h=1dc1af44790f7cd88c97a222a7b4c5c220e2e40f;hb=f5cd94e18827b106d334e8d2de03d82838259f1f;hp=950e7cc39c8585796374a771f56d5252d9c48c8e;hpb=ee42de12e3d9ba6c7105ab7b2344c9ec1fcef620;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_noise/distort.cpp b/synfig-core/trunk/src/modules/mod_noise/distort.cpp index 950e7cc..1dc1af4 100644 --- a/synfig-core/trunk/src/modules/mod_noise/distort.cpp +++ b/synfig-core/trunk/src/modules/mod_noise/distort.cpp @@ -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$");