Skip to content

Commit

Permalink
Update src/library/export/engineprimeexportjob.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Schürmann <[email protected]>
  • Loading branch information
mr-smidge and daschuer authored Aug 1, 2024
1 parent 9cabeaf commit 9e7ba66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/export/engineprimeexportjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 9e7ba66

Please sign in to comment.