X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_noise%2Fnoise.cpp;h=4558624b6842f2f31082dedfe2bc82321f47613c;hb=22da35a8d50ea32105199b4a84ba294171eccc22;hp=309efc97fa69ebaa9fe054d027f25c72d6981f68;hpb=735eb4c55a793352bf90dc0f0fdcb59e3c2b2a09;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_noise/noise.cpp b/synfig-core/trunk/src/modules/mod_noise/noise.cpp index 309efc9..4558624 100644 --- a/synfig-core/trunk/src/modules/mod_noise/noise.cpp +++ b/synfig-core/trunk/src/modules/mod_noise/noise.cpp @@ -1,11 +1,12 @@ /* === S Y N F I G ========================================================= */ /*! \file noise.cpp -** \brief blehh +** \brief Implementation of the "Noise Gradient" layer ** ** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -52,8 +53,8 @@ using namespace etl; SYNFIG_LAYER_INIT(Noise); SYNFIG_LAYER_SET_NAME(Noise,"noise"); -SYNFIG_LAYER_SET_LOCAL_NAME(Noise,_("Noise Gradient")); -SYNFIG_LAYER_SET_CATEGORY(Noise,_("Gradients")); +SYNFIG_LAYER_SET_LOCAL_NAME(Noise,N_("Noise Gradient")); +SYNFIG_LAYER_SET_CATEGORY(Noise,N_("Gradients")); SYNFIG_LAYER_SET_VERSION(Noise,"0.0"); SYNFIG_LAYER_SET_CVS_ID(Noise,"$Id$");