summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_format_dialog.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-14 22:57:04 +0200
committerRobin Gareus <robin@gareus.org>2016-05-14 23:59:47 +0200
commit1968f9418a43adf1591c687d9d79b87225f6f070 (patch)
tree7515b864655b8b39564812cb8411b5bd377a9053 /gtk2_ardour/export_format_dialog.cc
parentc560ca67bdfe926f2f84e2b5eb48d52957827d5d (diff)
refine wording for loudness normalization
Diffstat (limited to 'gtk2_ardour/export_format_dialog.cc')
-rw-r--r--gtk2_ardour/export_format_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_format_dialog.cc b/gtk2_ardour/export_format_dialog.cc
index bafadc7238..4e91adcd16 100644
--- a/gtk2_ardour/export_format_dialog.cc
+++ b/gtk2_ardour/export_format_dialog.cc
@@ -121,7 +121,7 @@ ExportFormatDialog::ExportFormatDialog (FormatPtr format, bool new_dialog) :
normalize_hbox.pack_start (normalize_dbtp_label, false, false, 0);
ARDOUR_UI_UTILS::set_tooltip (normalize_loudness_rb,
- _("Normalize loudness to not exceed given EBU-R128/RMS LUFS and given true-peak. EBU-R128 normalization is only available for mono and stereo targets."));
+ _("Normalize to EBU-R128 LUFS target loudness without exceeding the given true-peak limit. EBU-R128 normalization is only available for mono and stereo targets, true-peak works for any channel layout."));
normalize_dbfs_spinbutton.configure (normalize_dbfs_adjustment, 0.1, 2);
normalize_lufs_spinbutton.configure (normalize_lufs_adjustment, 0.1, 2);