X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Flyr_std%2Ftwirl.cpp;h=38d209728dfe81d8b601bbfe6c051b4d0446989d;hb=391f6a3be479646721d8cc78b5ee673db17bd540;hp=1c91d0b310a36f994e4691cfd18b84cb25a897f8;hpb=d3408370fc3297609b3aa8d4ff7edf1f238df251;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/lyr_std/twirl.cpp b/synfig-core/tags/stable/src/modules/lyr_std/twirl.cpp index 1c91d0b..38d2097 100644 --- a/synfig-core/tags/stable/src/modules/lyr_std/twirl.cpp +++ b/synfig-core/tags/stable/src/modules/lyr_std/twirl.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file twirl.cpp -** \brief Template Header +** \brief Implementation of the "Twirl" layer ** ** $Id$ ** @@ -52,8 +52,8 @@ using namespace synfig; SYNFIG_LAYER_INIT(Twirl); SYNFIG_LAYER_SET_NAME(Twirl,"twirl"); -SYNFIG_LAYER_SET_LOCAL_NAME(Twirl,_("Twirl")); -SYNFIG_LAYER_SET_CATEGORY(Twirl,_("Distortions")); +SYNFIG_LAYER_SET_LOCAL_NAME(Twirl,N_("Twirl")); +SYNFIG_LAYER_SET_CATEGORY(Twirl,N_("Distortions")); SYNFIG_LAYER_SET_VERSION(Twirl,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Twirl,"$Id$");