diff options
Diffstat (limited to 'src/plugins/Engines/mplayer/mplayerenginefactory.cpp')
| -rw-r--r-- | src/plugins/Engines/mplayer/mplayerenginefactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Engines/mplayer/mplayerenginefactory.cpp b/src/plugins/Engines/mplayer/mplayerenginefactory.cpp index 669161bc7..e0fbfa396 100644 --- a/src/plugins/Engines/mplayer/mplayerenginefactory.cpp +++ b/src/plugins/Engines/mplayer/mplayerenginefactory.cpp @@ -82,7 +82,7 @@ void MplayerEngineFactory::showAbout(QWidget *parent) QMessageBox::about (parent, tr("About MPlayer Plugin"), tr("Qmmp MPlayer Plugin")+"\n"+ tr("This plugin uses MPlayer as backend")+"\n"+ - tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>")); + tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>")); } QTranslator *MplayerEngineFactory::createTranslator(QObject *parent) |
