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=47fce282611fbba1044921d22ca887f9b53ad91a;hp=1c91d0b310a36f994e4691cfd18b84cb25a897f8;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;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$");