X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Flyr_std%2Fimport.cpp;h=a130984378a9997152ac28614db103b8e8c3e50f;hb=20067bb96af6946754e7ecb7b40673b818f6e5c2;hp=3fd781a73d34ebba1f9e34732a9f72d1af491116;hpb=684cf1db661a9a5cbc142238cf05d6d2f7aa3f89;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/lyr_std/import.cpp b/synfig-core/tags/stable/src/modules/lyr_std/import.cpp index 3fd781a..a130984 100644 --- a/synfig-core/tags/stable/src/modules/lyr_std/import.cpp +++ b/synfig-core/tags/stable/src/modules/lyr_std/import.cpp @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file import.cpp -** \brief Image Import Layer Implementation +** \brief Implementation of the "Import Image" layer ** ** $Id$ ** @@ -55,8 +55,8 @@ using namespace etl; SYNFIG_LAYER_INIT(Import); SYNFIG_LAYER_SET_NAME(Import,"import"); -SYNFIG_LAYER_SET_LOCAL_NAME(Import,_("Import Image")); -SYNFIG_LAYER_SET_CATEGORY(Import,_("Other")); +SYNFIG_LAYER_SET_LOCAL_NAME(Import,N_("Import Image")); +SYNFIG_LAYER_SET_CATEGORY(Import,N_("Other")); SYNFIG_LAYER_SET_VERSION(Import,"0.1"); SYNFIG_LAYER_SET_CVS_ID(Import,"$Id$");