edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / timestretchrt / timestretchrt.C
index 89b7efa4bc3a47a4b475a8327235d26faa91f080..84a865789abc958e7033c93b79af4ed09d3d3dde 100644 (file)
@@ -222,7 +222,7 @@ TimeStretchRT::~TimeStretchRT()
        delete engine;
 }
 
-const char* TimeStretchRT::plugin_title() { return _("Time Stretch RT"); }
+const char* TimeStretchRT::plugin_title() { return N_("Time Stretch RT"); }
 int TimeStretchRT::is_realtime() { return 1; }
 int TimeStretchRT::is_synthesis() { return 1; }