update internationalization data
[goodguy/history.git] / cinelerra-5.0 / plugins / denoiseseltempavg / seltempavg.C
index b64d9768548ffd06675e3c846e64f465fc2c4968..fc826c1d308c0f1a7d556442657c12be986ddeba 100644 (file)
@@ -117,7 +117,7 @@ SelTempAvgMain::~SelTempAvgMain()
        if(history_valid) delete [] history_valid;
 }
 
-const char* SelTempAvgMain::plugin_title() { return N_("Selective Temporal Averaging"); }
+const char* SelTempAvgMain::plugin_title() { return _("Selective Temporal Averaging"); }
 int SelTempAvgMain::is_realtime() { return 1; }