Update export_format_dialog.cc

This commit is contained in:
ElizabethHarmon
2021-05-15 23:57:47 +01:00
committed by Robin Gareus
parent 14961e6bc7
commit 0e0327b1cd

View File

@@ -114,7 +114,7 @@ ExportFormatDialog::ExportFormatDialog (FormatPtr format, bool new_dialog)
/* Normalize */
normalize_tp_limiter.append_text (_("limit to"));
normalize_tp_limiter.append_text (_("constrain"));
normalize_tp_limiter.append_text (_("constrain to"));
Gtk::RadioButtonGroup normalize_group = normalize_loudness_rb.get_group ();
normalize_peak_rb.set_group (normalize_group);