x265 patch for threadpool shutdown fix submited as:
[goodguy/history.git] / cinelerra-5.0 / plugins / echo / echo.C
index a75548530988ff787ad0f30ece060da8da73f207..b3def892363f4c723fae5143b01b8c55b8a4af9a 100644 (file)
@@ -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; }