Initial attempt at i18n support using gettext
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / noise.cpp
index 309efc9..b0cbcc0 100644 (file)
@@ -52,8 +52,8 @@ using namespace etl;
 
 SYNFIG_LAYER_INIT(Noise);
 SYNFIG_LAYER_SET_NAME(Noise,"noise");
-SYNFIG_LAYER_SET_LOCAL_NAME(Noise,_("Noise Gradient"));
-SYNFIG_LAYER_SET_CATEGORY(Noise,_("Gradients"));
+SYNFIG_LAYER_SET_LOCAL_NAME(Noise,N_("Noise Gradient"));
+SYNFIG_LAYER_SET_CATEGORY(Noise,N_("Gradients"));
 SYNFIG_LAYER_SET_VERSION(Noise,"0.0");
 SYNFIG_LAYER_SET_CVS_ID(Noise,"$Id$");