Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / modules / lyr_std / translate.cpp
index 037bdda..b0f65db 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file translate.cpp
-**     \brief Template File
+**     \brief Implementation of the "Translate" layer
 **
 **     $Id$
 **
@@ -51,8 +51,8 @@
 
 SYNFIG_LAYER_INIT(Translate);
 SYNFIG_LAYER_SET_NAME(Translate,"translate");
-SYNFIG_LAYER_SET_LOCAL_NAME(Translate,_("Translate"));
-SYNFIG_LAYER_SET_CATEGORY(Translate,_("Transform"));
+SYNFIG_LAYER_SET_LOCAL_NAME(Translate,N_("Translate"));
+SYNFIG_LAYER_SET_CATEGORY(Translate,N_("Transform"));
 SYNFIG_LAYER_SET_VERSION(Translate,"0.1");
 SYNFIG_LAYER_SET_CVS_ID(Translate,"$Id$");