X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2F1080to480%2F1080to480.C;h=b57b7afdae2910422a58fc99e3c663cb8128111e;hb=5aad2133f228b736f033d6c48e1629078b858286;hp=95f8175b9345ec3ee8487c7d87948e35c8066866;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/1080to480/1080to480.C b/cinelerra-5.0/plugins/1080to480/1080to480.C index 95f8175b..b57b7afd 100644 --- a/cinelerra-5.0/plugins/1080to480/1080to480.C +++ b/cinelerra-5.0/plugins/1080to480/1080to480.C @@ -155,7 +155,7 @@ _1080to480Main::~_1080to480Main() if(temp) delete temp; } -const char* _1080to480Main::plugin_title() { return N_("1080 to 480"); } +const char* _1080to480Main::plugin_title() { return _("1080 to 480"); } int _1080to480Main::is_realtime() { return 1; } NEW_WINDOW_MACRO(_1080to480Main, _1080to480Window)