aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/covermanager/covermanagerfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/covermanager/covermanagerfactory.cpp')
-rw-r--r--src/plugins/General/covermanager/covermanagerfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/covermanager/covermanagerfactory.cpp b/src/plugins/General/covermanager/covermanagerfactory.cpp
index 722f37675..126b76bbe 100644
--- a/src/plugins/General/covermanager/covermanagerfactory.cpp
+++ b/src/plugins/General/covermanager/covermanagerfactory.cpp
@@ -48,7 +48,7 @@ void CoverManagerFactory::showAbout(QWidget *parent)
{
QMessageBox::about (parent, tr("About Cover Manager Plugin"),
tr("Qmmp Cover Manager Plugin")+"\n"+
- tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}
QTranslator *CoverManagerFactory::createTranslator(QObject *parent)