update internationalization data
[goodguy/history.git] / cinelerra-5.0 / plugins / chromakey / chromakey.C
index e8d89898d9f38bb5b98ae2136a5438e5ba6eef98..ba3a565b50a45c052de442cc2149ef1190fee0e6 100644 (file)
@@ -571,7 +571,7 @@ SET_TRACE
        return 1;
 }
 
-const char* ChromaKey::plugin_title() { return N_("Chroma key"); }
+const char* ChromaKey::plugin_title() { return _("Chroma key"); }
 int ChromaKey::is_realtime() { return 1; }
 
 NEW_WINDOW_MACRO(ChromaKey, ChromaKeyWindow)