Update song.cpp (#5839)

This commit is contained in:
Allan Nordhøy 2017-08-29 01:23:05 +02:00 committed by John Maguire
parent b89ccb04f2
commit 38cc22ca85
1 changed files with 2 additions and 2 deletions

View File

@ -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: