From bc8456269995fa72b8c56d87ba51d60b1e09eb9c Mon Sep 17 00:00:00 2001 From: bachstudies2020 <65790582+bachstudies2020@users.noreply.github.com> Date: Mon, 3 Aug 2020 09:39:24 -0700 Subject: [PATCH] Simplify initial loudness information and fix typo --- gtk2_ardour/loudness_dialog.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gtk2_ardour/loudness_dialog.cc b/gtk2_ardour/loudness_dialog.cc index 0ba0f2b22c..ffd43fc05a 100644 --- a/gtk2_ardour/loudness_dialog.cc +++ b/gtk2_ardour/loudness_dialog.cc @@ -259,10 +259,8 @@ LoudnessDialog::LoudnessDialog (Session* s, AudioRange const& ar, bool as) l->set_alignment (ALIGN_LEFT, ALIGN_TOP); l->set_markup (_( "Loudness Analysis\n\n" - "This allows the user to analyze the loudness of of the signal at the master-bus " - "output of the complete session, as it would be exported.\n" - "The result can be used to interactively normalize the session's loudness level " - "(as opposed to automatic normalization during export). " + "This allows the user to analyze and conform the loudness of the signal at the master-bus " + "output of the complete session, as it would be exported. " "When using this feature, remember to disable normalization in the session export profile." )); t->attach (*l, 0, 1, 0, 2, EXPAND|FILL, FILL, 8, 2);