X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2F1080to540%2F1080to540.C;h=109fc90bd5119fd9f086ff14bb2bcd923594c44a;hp=ed3b914ec9bc1d6ff534ace598654409095e06e0;hb=94e8dc2b306135e7735b2618a54f0f7de7ac7a0c;hpb=9755040e9ae6889aa0d1627d0e209496d1e000e6 diff --git a/cinelerra-5.0/plugins/1080to540/1080to540.C b/cinelerra-5.0/plugins/1080to540/1080to540.C index ed3b914e..109fc90b 100644 --- a/cinelerra-5.0/plugins/1080to540/1080to540.C +++ b/cinelerra-5.0/plugins/1080to540/1080to540.C @@ -159,7 +159,7 @@ _1080to540Main::~_1080to540Main() if(temp) delete temp; } -const char* _1080to540Main::plugin_title() { return N_("1080 to 540"); } +const char* _1080to540Main::plugin_title() { return _("1080 to 540"); } int _1080to540Main::is_realtime() { return 1; } NEW_WINDOW_MACRO(_1080to540Main, _1080to540Window)