Fix typos - #9000
This commit is contained in:
parent
aaddf5f385
commit
a9b785d89c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
@ -24,7 +24,7 @@ function factory (params) return function ()
|
||||
print("3. Combining region clouds to a defined length")
|
||||
print("")
|
||||
print("Abstract: This script for Ardour (>=4.7 git) operates on the time")
|
||||
print("line. It allows to copy and combine specific portions within the loop")
|
||||
print("line. It allows one to copy and combine specific portions within the loop")
|
||||
print("range to a later point on the time line with one single action")
|
||||
print("command. Everything that can be heard within the loop range is")
|
||||
print("considered for this process, namely non-muted regions on non-muted or")
|
||||
|
Loading…
Reference in New Issue
Block a user