Skip to content

Commit 34d6e02

Browse files
committed
Tweak Loudness dialog labels
1 parent 8b5737b commit 34d6e02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: gtk2_ardour/loudness_dialog.cc

+3-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ LoudnessDialog::LoudnessDialog (Session* s, AudioRange const& ar, bool as)
9191
, _rt_analysis_button (_("Realtime"), ArdourButton::led_default_elements, true)
9292
, _start_analysis_button (_("Analyze"))
9393
, _show_report_button (_("Show Detailed Report"))
94-
, _custom_pos_button (_("Custom Gain Processor Position"), ArdourButton::led_default_elements, true)
94+
, _custom_pos_button (_("Custom Amplifier Position"), ArdourButton::led_default_elements, true)
9595
, _dbfs_adjustment ( 0.00, -90.00, 0.00, 0.1, 0.2)
9696
, _dbtp_adjustment ( -1.0, -90.00, 0.00, 0.1, 0.2)
9797
, _lufs_i_adjustment (-23.0, -90.00, 0.00, 0.1, 1.0)
@@ -223,7 +223,8 @@ LoudnessDialog::LoudnessDialog (Session* s, AudioRange const& ar, bool as)
223223

224224
set_tooltip (_custom_pos_button,
225225
_("<b>When enabled</b> an amplifier processor is used to apply the gain. "
226-
"This allows for custom positons of the gain-stage in the master-bus' signal flow, potentially followed by a limiter. "
226+
"This allows for custom positoning of the gain-stage in the master-bus' signal flow, "
227+
"potentially followed by a limiter to conform to both loudness and peak requirements. "
227228
"Depending on limiter settings or DSP after the gain-stage, repeat loudness measurements may produce different results.\n"
228229
"<b>When disabled</b>, the gain is applied diretcly to the output of the master-bus. This results in an efficient and reliable volume adjustment."
229230
));

0 commit comments

Comments
 (0)