update internationalization data
[goodguy/history.git] / cinelerra-5.0 / plugins / 1080to480 / 1080to480.C
index 95f8175b9345ec3ee8487c7d87948e35c8066866..b57b7afdae2910422a58fc99e3c663cb8128111e 100644 (file)
@@ -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)