summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_video_infobox.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-11-17 12:18:51 +0100
committerRobin Gareus <robin@gareus.org>2015-11-20 17:56:03 +0100
commit0c0e5edfc155c63ae536ae5f18703e4117436917 (patch)
tree4faa2dee88923115a3eb82b354574d09ceda706a /gtk2_ardour/export_video_infobox.cc
parentff1f4e94fec597881289940bc669019ee00126ed (diff)
refine video-export notice, incl license info.
Diffstat (limited to 'gtk2_ardour/export_video_infobox.cc')
-rw-r--r--gtk2_ardour/export_video_infobox.cc4
1 files changed, 2 insertions, 2 deletions
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();