This commit is contained in:
Robin Gareus 2022-10-17 15:56:50 +02:00
parent aaddf5f385
commit a9b785d89c
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 4 additions and 4 deletions

View file

@ -679,7 +679,7 @@ ExportFormatDialog::init_format_table ()
demo_noise_combo.set_active (0);
ArdourWidgets::set_tooltip (demo_noise_combo,
_("This option allows to add noise, to send complete mixes to the clients for preview but watermarked. White noise is injected after analysis, right before the sample-format conversion or encoding. The first noise burst happens at 1/3 of the interval. Note: there is currently no limiter."));
_("This option allows one to add noise, to send complete mixes to the clients for preview but watermarked. White noise is injected after analysis, right before the sample-format conversion or encoding. The first noise burst happens at 1/3 of the interval. Note: there is currently no limiter."));
}
void

View file

@ -21,7 +21,7 @@
libcurl.lib
-----------------------------------------------------------------
Licence GPL:
License GPL:
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License

View file

@ -774,7 +774,7 @@ SoundFileBrowser::SoundFileBrowser (string title, ARDOUR::Session* s, bool persi
vbox = manage (new VBox);
label = manage (new Label);
label->set_text (_("Licence:"));
label->set_text (_("License:"));
label->set_alignment (Gtk::ALIGN_START);
vbox->pack_start (*label, false, false);