diff --git a/src/library/export/engineprimeexportjob.cpp b/src/library/export/engineprimeexportjob.cpp index ba3fc12a16a..d45fded1a9b 100644 --- a/src/library/export/engineprimeexportjob.cpp +++ b/src/library/export/engineprimeexportjob.cpp @@ -563,7 +563,7 @@ void EnginePrimeExportJob::run() { qWarning() << "Failed to export track" << m_pLastLoadedTrack->getId().toString() << ":" << e.what(); - //: Message explaining why the track export failed + //: %1 is the artist %2 is the title and %3 is the original error message m_lastErrorMessage = tr("Failed to export track %1 - %2:\n%3") .arg(m_pLastLoadedTrack->getArtist(), m_pLastLoadedTrack->getTitle(),