update internationalization data
[goodguy/history.git] / cinelerra-5.0 / plugins / rgb601 / rgb601.C
index c2c179a1442104e2b4e27a5adb958d2bc0e0b313..10b0a03b1d6dcf32d3bad82ce1ac94ba5764c66f 100644 (file)
@@ -51,7 +51,7 @@ RGB601Main::~RGB601Main()
        
 }
 
-const char* RGB601Main::plugin_title() { return N_("RGB - 601"); }
+const char* RGB601Main::plugin_title() { return _("RGB - 601"); }
 int RGB601Main::is_realtime() { return 1; }
 
 
@@ -294,8 +294,8 @@ int RGB601Main::process_buffer(VFrame *frame,
 
 // Deinterlace effects may aggregate this one,
        if(get_use_opengl() &&
-               (prev_effect_is("Frames to fields") ||
-               next_effect_is("Frames to fields")))
+               (prev_effect_is(_("Frames to fields")) ||
+               next_effect_is(_("Frames to fields"))))
        {
                return 0;
        }