X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Flivevideo%2Flivevideo.C;h=59b4015bfbffbe55a78123b70c7815d174f4fb4c;hp=23edbc732d9d61daa4df0f82b32945b1e4018190;hb=723142d62d61cde588e961426440f839ca9dcda9;hpb=c228887ab37c08509ae86a46f52b8f62b474129a diff --git a/cinelerra-5.1/plugins/livevideo/livevideo.C b/cinelerra-5.1/plugins/livevideo/livevideo.C index 23edbc73..59b4015b 100644 --- a/cinelerra-5.1/plugins/livevideo/livevideo.C +++ b/cinelerra-5.1/plugins/livevideo/livevideo.C @@ -572,7 +572,7 @@ void LiveVideo::render_stop() } -const char* LiveVideo::plugin_title() { return _("Live Video"); } +const char* LiveVideo::plugin_title() { return N_("Live Video"); } int LiveVideo::is_realtime() { return 1; } int LiveVideo::is_multichannel() { return 0; } int LiveVideo::is_synthesis() { return 1; }