X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fstretch.cpp;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fstretch.cpp;h=6bbf9518ffea49da89d54248bfe85614fd90b270;hb=8ef042c40521681cea99944097c4f90a5ac6cf74;hp=c8b509020d6dc37b3293c4d795c908fe210a7861;hpb=515a022ac91401cac968ddf1530938773a9b9624;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/stretch.cpp b/synfig-core/trunk/src/modules/lyr_std/stretch.cpp index c8b5090..6bbf951 100644 --- a/synfig-core/trunk/src/modules/lyr_std/stretch.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/stretch.cpp @@ -55,8 +55,8 @@ using namespace synfig; SYNFIG_LAYER_INIT(Layer_Stretch); SYNFIG_LAYER_SET_NAME(Layer_Stretch,"stretch"); -SYNFIG_LAYER_SET_LOCAL_NAME(Layer_Stretch,_("Stretch")); -SYNFIG_LAYER_SET_CATEGORY(Layer_Stretch,_("Distortions")); +SYNFIG_LAYER_SET_LOCAL_NAME(Layer_Stretch,N_("Stretch")); +SYNFIG_LAYER_SET_CATEGORY(Layer_Stretch,N_("Distortions")); SYNFIG_LAYER_SET_VERSION(Layer_Stretch,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Layer_Stretch,"$Id$");