Update song.cpp (#5839)
This commit is contained in:
parent
b89ccb04f2
commit
38cc22ca85
@ -408,7 +408,7 @@ QString Song::TextForFiletype(FileType type) {
|
||||
case Song::Type_Asf:
|
||||
return QObject::tr("Windows Media audio");
|
||||
case Song::Type_Flac:
|
||||
return QObject::tr("Flac");
|
||||
return QObject::tr("FLAC");
|
||||
case Song::Type_Mp4:
|
||||
return QObject::tr("MP4 AAC");
|
||||
case Song::Type_Mpc:
|
||||
@ -416,7 +416,7 @@ QString Song::TextForFiletype(FileType type) {
|
||||
case Song::Type_Mpeg:
|
||||
return QObject::tr("MP3"); // Not technically correct
|
||||
case Song::Type_OggFlac:
|
||||
return QObject::tr("Ogg Flac");
|
||||
return QObject::tr("Ogg FLAC");
|
||||
case Song::Type_OggSpeex:
|
||||
return QObject::tr("Ogg Speex");
|
||||
case Song::Type_OggVorbis:
|
||||
|
Loading…
x
Reference in New Issue
Block a user