mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
fix typos
This commit is contained in:
parent
e5424826e5
commit
c4227ca706
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ ExportVideoDialog::ExportVideoDialog (PublicEditor& ed, Session* s)
|
||||||
/* check if ffmpeg can be found */
|
/* check if ffmpeg can be found */
|
||||||
transcoder = new TranscodeFfmpeg("");
|
transcoder = new TranscodeFfmpeg("");
|
||||||
if (!transcoder->ffexec_ok()) {
|
if (!transcoder->ffexec_ok()) {
|
||||||
l = manage (new Label (_("No ffprobe or ffmpeg executables could be found on this system. Video Export is not possible until you install those tools. See the Log widow for more information."), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, false));
|
l = manage (new Label (_("No ffprobe or ffmpeg executables could be found on this system. Video Export is not possible until you install those tools. See the Log window for more information."), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, false));
|
||||||
l->set_line_wrap();
|
l->set_line_wrap();
|
||||||
vbox->pack_start (*l, false, false, 8);
|
vbox->pack_start (*l, false, false, 8);
|
||||||
get_vbox()->pack_start (*vbox, false, false);
|
get_vbox()->pack_start (*vbox, false, false);
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ TranscodeVideoDialog::TranscodeVideoDialog (Session* s, std::string infile)
|
||||||
|
|
||||||
bool ffok = false;
|
bool ffok = false;
|
||||||
if (!transcoder->ffexec_ok()) {
|
if (!transcoder->ffexec_ok()) {
|
||||||
l = manage (new Label (_("No ffprobe or ffmpeg executables could be found on this system. Video Import is not possible until you install those tools. See the Log widow for more information."), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, false));
|
l = manage (new Label (_("No ffprobe or ffmpeg executables could be found on this system. Video Import is not possible until you install those tools. See the Log window for more information."), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, false));
|
||||||
l->set_line_wrap();
|
l->set_line_wrap();
|
||||||
options_box->pack_start (*l, false, true, 4);
|
options_box->pack_start (*l, false, true, 4);
|
||||||
aspect_checkbox.set_sensitive(false);
|
aspect_checkbox.set_sensitive(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue