diff options
Diffstat (limited to 'src/plugins/Input/mad/decodermadfactory.cpp')
| -rw-r--r-- | src/plugins/Input/mad/decodermadfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp index a6a192234..83a3d4f29 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -224,7 +224,7 @@ void DecoderMADFactory::showAbout(QWidget *parent) .arg(MAD_VERSION_MINOR) .arg(MAD_VERSION_PATCH).arg(MAD_VERSION_EXTRA)+"\n"+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ - tr("Source code based on mq3 and madplay progects") + tr("Source code based on mq3 and madplay projects") ); } |
