X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Fregion.cpp;h=baa578035f64e5f9af47bb49c28ff85e59185a36;hb=84d9d556c7a150615cc982058fd31604435f1fea;hp=4beb9ad8cb3893745412284cc20169720f680e14;hpb=37600b4b217caa5e316984ec0b035c5e8f9698af;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/region.cpp b/synfig-core/trunk/src/modules/mod_geometry/region.cpp index 4beb9ad..baa5780 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/region.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/region.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file region.cpp -** \brief Template Header +** \brief Implementation of the "Region" layer ** ** $Id$ ** @@ -60,8 +60,8 @@ using namespace etl; SYNFIG_LAYER_INIT(Region); SYNFIG_LAYER_SET_NAME(Region,"region"); -SYNFIG_LAYER_SET_LOCAL_NAME(Region,_("Region")); -SYNFIG_LAYER_SET_CATEGORY(Region,_("Geometry")); +SYNFIG_LAYER_SET_LOCAL_NAME(Region,N_("Region")); +SYNFIG_LAYER_SET_CATEGORY(Region,N_("Geometry")); SYNFIG_LAYER_SET_VERSION(Region,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Region,"$Id$");