X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_filter%2Flumakey.cpp;h=9b30808be2663a22ba9e8690e4928aa197b7c716;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=20cf14362d81b6d778f519380572f5c924b26152;hpb=684cf1db661a9a5cbc142238cf05d6d2f7aa3f89;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_filter/lumakey.cpp b/synfig-core/tags/stable/src/modules/mod_filter/lumakey.cpp index 20cf143..9b30808 100644 --- a/synfig-core/tags/stable/src/modules/mod_filter/lumakey.cpp +++ b/synfig-core/tags/stable/src/modules/mod_filter/lumakey.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file lumakey.cpp -** \brief Template Header +** \brief Implementation of the "Luma Key" layer ** ** $Id$ ** @@ -54,8 +54,8 @@ using namespace etl; SYNFIG_LAYER_INIT(LumaKey); SYNFIG_LAYER_SET_NAME(LumaKey,"lumakey"); -SYNFIG_LAYER_SET_LOCAL_NAME(LumaKey,_("Luma Key")); -SYNFIG_LAYER_SET_CATEGORY(LumaKey,_("Filters")); +SYNFIG_LAYER_SET_LOCAL_NAME(LumaKey,N_("Luma Key")); +SYNFIG_LAYER_SET_CATEGORY(LumaKey,N_("Filters")); SYNFIG_LAYER_SET_VERSION(LumaKey,"0.1"); SYNFIG_LAYER_SET_CVS_ID(LumaKey,"$Id$");