X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_filter%2Fcolorcorrect.cpp;h=3a0468e253bc9fe607233b605221b2877763b16a;hb=b902a533f2c98a82e6f195303614820486cf536b;hp=5afce85798dde48780ec0451dd70e182ca698ba2;hpb=d3408370fc3297609b3aa8d4ff7edf1f238df251;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_filter/colorcorrect.cpp b/synfig-core/tags/stable/src/modules/mod_filter/colorcorrect.cpp index 5afce85..3a0468e 100644 --- a/synfig-core/tags/stable/src/modules/mod_filter/colorcorrect.cpp +++ b/synfig-core/tags/stable/src/modules/mod_filter/colorcorrect.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file colorcorrect.cpp -** \brief Template Header +** \brief Implementation of the "Color Correct" layer ** ** $Id$ ** @@ -51,8 +51,8 @@ using namespace synfig; SYNFIG_LAYER_INIT(Layer_ColorCorrect); SYNFIG_LAYER_SET_NAME(Layer_ColorCorrect,"colorcorrect"); -SYNFIG_LAYER_SET_LOCAL_NAME(Layer_ColorCorrect,_("Color Correct")); -SYNFIG_LAYER_SET_CATEGORY(Layer_ColorCorrect,_("Filters")); +SYNFIG_LAYER_SET_LOCAL_NAME(Layer_ColorCorrect,N_("Color Correct")); +SYNFIG_LAYER_SET_CATEGORY(Layer_ColorCorrect,N_("Filters")); SYNFIG_LAYER_SET_VERSION(Layer_ColorCorrect,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Layer_ColorCorrect,"$Id$");