diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-03-03 20:15:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-03-03 20:15:01 +0000 |
| commit | 7d2e0f57b40df8b31eabef95b7fc6617389cac96 (patch) | |
| tree | 5747265aa3cd6c8231048092dd9937d56643cf39 /src/plugins/General/mpris/mprisfactory.cpp | |
| parent | b8179e4aab80f1115b9ca31539e1c450a82e4116 (diff) | |
| download | qmmp-7d2e0f57b40df8b31eabef95b7fc6617389cac96.tar.gz qmmp-7d2e0f57b40df8b31eabef95b7fc6617389cac96.tar.bz2 qmmp-7d2e0f57b40df8b31eabef95b7fc6617389cac96.zip | |
fixed typos
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2091 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/mpris/mprisfactory.cpp')
| -rw-r--r-- | src/plugins/General/mpris/mprisfactory.cpp | 2 |
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) |
