diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-27 06:53:47 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-27 06:53:47 +0000 |
| commit | 8b74e9beeb5fa2f861435f46f9523ad158aa2fad (patch) | |
| tree | 7e053679217d39337fc1e8ca4a84a779d050b101 /src/qmmpui/detailsdialog.cpp | |
| parent | 4ff27127a55c4f93deffb32e31cd62862258ec8e (diff) | |
| download | qmmp-8b74e9beeb5fa2f861435f46f9523ad158aa2fad.tar.gz qmmp-8b74e9beeb5fa2f861435f46f9523ad158aa2fad.tar.bz2 qmmp-8b74e9beeb5fa2f861435f46f9523ad158aa2fad.zip | |
fixed typos (thanks to Ettore Atalan)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4858 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/detailsdialog.cpp')
| -rw-r--r-- | src/qmmpui/detailsdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/detailsdialog.cpp b/src/qmmpui/detailsdialog.cpp index 243fc4b63..a5f1adc05 100644 --- a/src/qmmpui/detailsdialog.cpp +++ b/src/qmmpui/detailsdialog.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2013 by Ilya Kotov * + * Copyright (C) 2009-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -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("ALbum artist"), m_metaData[Qmmp::ALBUMARTIST]); + formattedText += formatRow(tr("Alum 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]); |
