edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / yuvshift / yuvshift.C
index 558c4804d42fe351064d97d27f15a1e8270239c7..7298efcb763402cb5c1571c9976bf311b803c995 100644 (file)
@@ -208,7 +208,7 @@ YUVShiftEffect::~YUVShiftEffect()
        delete temp_frame;
 }
 
-const char* YUVShiftEffect::plugin_title() { return _("YUVShift"); }
+const char* YUVShiftEffect::plugin_title() { return N_("YUVShift"); }
 int YUVShiftEffect::is_realtime() { return 1; }