X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fecho%2Fecho.C;h=b3def892363f4c723fae5143b01b8c55b8a4af9a;hb=310cfd249d955850c39757d80e07949ad4fef205;hp=a75548530988ff787ad0f30ece060da8da73f207;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/echo/echo.C b/cinelerra-5.0/plugins/echo/echo.C index a7554853..b3def892 100644 --- a/cinelerra-5.0/plugins/echo/echo.C +++ b/cinelerra-5.0/plugins/echo/echo.C @@ -207,7 +207,7 @@ void Echo::reset() bfr_pos = 0; } -const char* Echo::plugin_title() { return N_("Echo"); } +const char* Echo::plugin_title() { return _("Echo"); } int Echo::is_realtime() { return 1; } int Echo::is_multichannel() { return 1; }