X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fecho%2Fecho.C;h=99ae7959fe8ce5acdbbb185c1d59d45f9258ff33;hb=803cf48f8f7ee246eb5473e55fc2125e8b398250;hp=d8b426d06d85a8fe250db210c3cc068028c8062f;hpb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/echo/echo.C b/cinelerra-5.1/plugins/echo/echo.C index d8b426d0..99ae7959 100644 --- a/cinelerra-5.1/plugins/echo/echo.C +++ b/cinelerra-5.1/plugins/echo/echo.C @@ -207,7 +207,7 @@ void Echo::reset() bfr_pos = 0; } -const char* Echo::plugin_title() { return _("Echo"); } +const char* Echo::plugin_title() { return N_("Echo"); } int Echo::is_realtime() { return 1; } int Echo::is_multichannel() { return 1; }