13
0

mark string for translation

This commit is contained in:
Paul Davis 2020-11-08 08:19:46 -07:00
parent 01f9332458
commit 0f9d391029

View File

@ -511,7 +511,7 @@ LoudnessDialog::analyze ()
void
LoudnessDialog::display_report ()
{
ExportReport er ("Export Loudness Report", _status->result_map);
ExportReport er (_("Export Loudness Report"), _status->result_map);
er.set_transient_for (*this);
er.run();
}