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