From a9b785d89c13bb70c9599e77aa1ce9f4c525500a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 17 Oct 2022 15:56:50 +0200 Subject: [PATCH] Fix typos - #9000 --- gtk2_ardour/export_format_dialog.cc | 2 +- gtk2_ardour/sfdb_freesound_mootcher.cc | 2 +- gtk2_ardour/sfdb_ui.cc | 2 +- share/scripts/tomsloop.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk2_ardour/export_format_dialog.cc b/gtk2_ardour/export_format_dialog.cc index 51ce6d0f75..173c2b8142 100644 --- a/gtk2_ardour/export_format_dialog.cc +++ b/gtk2_ardour/export_format_dialog.cc @@ -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 diff --git a/gtk2_ardour/sfdb_freesound_mootcher.cc b/gtk2_ardour/sfdb_freesound_mootcher.cc index cc4087770e..955b2c0b31 100644 --- a/gtk2_ardour/sfdb_freesound_mootcher.cc +++ b/gtk2_ardour/sfdb_freesound_mootcher.cc @@ -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 diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index ea3e8eef63..926d1d9c42 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -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); diff --git a/share/scripts/tomsloop.lua b/share/scripts/tomsloop.lua index 594d50bd13..c70303a177 100644 --- a/share/scripts/tomsloop.lua +++ b/share/scripts/tomsloop.lua @@ -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")