x265 patch for threadpool shutdown fix submited as:
[goodguy/history.git] / cinelerra-5.0 / plugins / delayvideo / delayvideo.C
index b3c55b90be47664ab1f345bdf92787b8724cf69b..9489a14076ea81eec25774f58a0bb206122e13e3 100644 (file)
@@ -250,7 +250,7 @@ int DelayVideo::is_realtime()
        return 1;
 }
 
-const char* DelayVideo::plugin_title() { return N_("Delay Video"); }
+const char* DelayVideo::plugin_title() { return _("Delay Video"); }
 
 LOAD_CONFIGURATION_MACRO(DelayVideo, DelayVideoConfig)
 NEW_WINDOW_MACRO(DelayVideo, DelayVideoWindow)