X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fexport_video_infobox.cc;h=15ecc1a30cc7a7ca29c17f9a8f3708f7d62e9dc5;hb=2f8cc0718ab52053466674dc1e212000f23d6fcb;hp=a3e356decc6a3cb7c9303a6f608a74e7e2c4c85b;hpb=f4b5f4c72ee60b6f509e307c5bfd164108d1f30b;p=ardour.git diff --git a/gtk2_ardour/export_video_infobox.cc b/gtk2_ardour/export_video_infobox.cc index a3e356decc..15ecc1a30c 100644 --- a/gtk2_ardour/export_video_infobox.cc +++ b/gtk2_ardour/export_video_infobox.cc @@ -48,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();