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 void
LoudnessDialog::display_report () 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.set_transient_for (*this);
er.run(); er.run();
} }