aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmpui/detailsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/detailsdialog.cpp b/src/qmmpui/detailsdialog.cpp
index a5f1adc05..bb6a94121 100644
--- a/src/qmmpui/detailsdialog.cpp
+++ b/src/qmmpui/detailsdialog.cpp
@@ -164,7 +164,7 @@ void DetailsDialog::printInfo()
//tags
formattedText += formatRow(tr("Title"), m_metaData[Qmmp::TITLE]);
formattedText += formatRow(tr("Artist"), m_metaData[Qmmp::ARTIST]);
- formattedText += formatRow(tr("Alum artist"), m_metaData[Qmmp::ALBUMARTIST]);
+ formattedText += formatRow(tr("Album artist"), m_metaData[Qmmp::ALBUMARTIST]);
formattedText += formatRow(tr("Album"), m_metaData[Qmmp::ALBUM]);
formattedText += formatRow(tr("Comment"), m_metaData[Qmmp::COMMENT]);
formattedText += formatRow(tr("Genre"), m_metaData[Qmmp::GENRE]);