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 77d6b3ed2..d6ac84a30 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -223,7 +223,7 @@ void DecoderMADFactory::showAbout(QWidget *parent) QString("%1.%2.%3%4").arg(MAD_VERSION_MAJOR) .arg(MAD_VERSION_MINOR) .arg(MAD_VERSION_PATCH).arg(MAD_VERSION_EXTRA)+"\n"+ - tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ + tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ tr("Source code based on mq3 progect") ); } |
