X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Flyr_std%2Ftranslate.cpp;h=b0f65dbb8d1d3b61f7dd88cc75d284106eafd62d;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=037bdda7cb6cd05af4298addf5d1bc3f69790856;hpb=40dd10f62f1b0983b20cf99dd4780ea73236eb0c;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/lyr_std/translate.cpp b/synfig-core/tags/stable/src/modules/lyr_std/translate.cpp index 037bdda..b0f65db 100644 --- a/synfig-core/tags/stable/src/modules/lyr_std/translate.cpp +++ b/synfig-core/tags/stable/src/modules/lyr_std/translate.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file translate.cpp -** \brief Template File +** \brief Implementation of the "Translate" layer ** ** $Id$ ** @@ -51,8 +51,8 @@ SYNFIG_LAYER_INIT(Translate); SYNFIG_LAYER_SET_NAME(Translate,"translate"); -SYNFIG_LAYER_SET_LOCAL_NAME(Translate,_("Translate")); -SYNFIG_LAYER_SET_CATEGORY(Translate,_("Transform")); +SYNFIG_LAYER_SET_LOCAL_NAME(Translate,N_("Translate")); +SYNFIG_LAYER_SET_CATEGORY(Translate,N_("Transform")); SYNFIG_LAYER_SET_VERSION(Translate,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Translate,"$Id$");