X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2F1080to540%2F1080to540.C;h=109fc90bd5119fd9f086ff14bb2bcd923594c44a;hb=0fb566814c8a2948506be87ea7ecd08128ae119b;hp=ed3b914ec9bc1d6ff534ace598654409095e06e0;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git 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)