X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2F1080to540%2F1080to540.C;h=64bbbb53d9eb984d67eba6f8a306b504c9533f46;hp=8e44c87cc44ce5d6bc648731b03994e85b6ad98b;hb=723142d62d61cde588e961426440f839ca9dcda9;hpb=c228887ab37c08509ae86a46f52b8f62b474129a diff --git a/cinelerra-5.1/plugins/1080to540/1080to540.C b/cinelerra-5.1/plugins/1080to540/1080to540.C index 8e44c87c..64bbbb53 100644 --- a/cinelerra-5.1/plugins/1080to540/1080to540.C +++ b/cinelerra-5.1/plugins/1080to540/1080to540.C @@ -159,7 +159,7 @@ _1080to540Main::~_1080to540Main() if(temp) delete temp; } -const char* _1080to540Main::plugin_title() { return _("1080 to 540"); } +const char* _1080to540Main::plugin_title() { return N_("1080 to 540"); } int _1080to540Main::is_realtime() { return 1; } NEW_WINDOW_MACRO(_1080to540Main, _1080to540Window)