diff options
Diffstat (limited to 'src/plugins/Input/opus/decoderopusfactory.cpp')
| -rw-r--r-- | src/plugins/Input/opus/decoderopusfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Input/opus/decoderopusfactory.cpp b/src/plugins/Input/opus/decoderopusfactory.cpp index f8d0f7d3d..4ea2fdb04 100644 --- a/src/plugins/Input/opus/decoderopusfactory.cpp +++ b/src/plugins/Input/opus/decoderopusfactory.cpp @@ -121,8 +121,8 @@ void DecoderOpusFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About Opus Audio Plugin"), tr("Qmmp Opus Audio Plugin")+"\n"+ - tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>") - ); + tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ + tr("This plugin includes code form TagLib library")); } QTranslator *DecoderOpusFactory::createTranslator(QObject *parent) |
