X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fwarp.cpp;h=ec565966b65048bea90b814a1519993c0fecbab1;hb=285cebe7d0e72fe1cbd4cab6bfe5d248f9a278c0;hp=60a41c7a36a9bf8a51b5f5778b574c180b90726e;hpb=9eef5aa27e7eff53960661f9a7d9157e8e79c811;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/warp.cpp b/synfig-core/trunk/src/modules/lyr_std/warp.cpp index 60a41c7..ec56596 100644 --- a/synfig-core/trunk/src/modules/lyr_std/warp.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/warp.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file warp.cpp -** \brief Template File +** \brief Implementation of the "Warp" layer ** ** $Id$ ** @@ -52,8 +52,8 @@ SYNFIG_LAYER_INIT(Warp); SYNFIG_LAYER_SET_NAME(Warp,"warp"); -SYNFIG_LAYER_SET_LOCAL_NAME(Warp,_("Warp")); -SYNFIG_LAYER_SET_CATEGORY(Warp,_("Distortions")); +SYNFIG_LAYER_SET_LOCAL_NAME(Warp,N_("Warp")); +SYNFIG_LAYER_SET_CATEGORY(Warp,N_("Distortions")); SYNFIG_LAYER_SET_VERSION(Warp,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Warp,"$Id$");