enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / export_video_infobox.cc
index fbe28bd8214cd180f539d35a4439e59499355e1d..f886bee078b29279ed68e8536f2284ed3020f795 100644 (file)
 
 */
 #include "ardour/session.h"
+#ifdef interface
+#undef interface
+#endif
 #include "export_video_infobox.h"
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace Gtk;
 using namespace std;
@@ -45,8 +48,8 @@ ExportVideoInfobox::ExportVideoInfobox (Session* s)
        vbox->pack_start (*l, false, true);
        l = manage (new Label (
                                string_compose(
-                               _("Video encoding is a non-trivial task with many details.\n\nPlease see the manual at %1/video-timeline/operations/#export.\n\nOpen Manual in Browser? "),
-                               Config->get_reference_manual_url()
+                               _("%1 does not include commercial licenses for encoding audio/video. Visit mpegla.com for information about licensing various audio/video codecs.\n\nVideo encoding is a non-trivial task with many details.\n\nPlease see the manual at %2/video-timeline/operations/#export.\n\nOpen Manual in Browser? "),
+                               PROGRAM_NAME, Config->get_reference_manual_url()
                                ), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, false));
        l->set_size_request(700,-1);
        l->set_line_wrap();