edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / scale / scale.C
index 7b964fcf6acdb9fe59d12f3dd19fcf3e7a4a3eca..2530dfdcaf0c85da2ecc8bdf3ba61bef70a3856f 100644 (file)
@@ -87,7 +87,7 @@ ScaleMain::~ScaleMain()
        if(overlayer) delete overlayer;
 }
 
-const char* ScaleMain::plugin_title() { return _("Scale"); }
+const char* ScaleMain::plugin_title() { return N_("Scale"); }
 int ScaleMain::is_realtime() { return 1; }