diff options
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/statusicon/statusiconfactory.cpp | 2 | ||||
| -rw-r--r-- | src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/statusicon/statusiconfactory.cpp b/src/plugins/General/statusicon/statusiconfactory.cpp index 0c4eb883e..3476ee1c6 100644 --- a/src/plugins/General/statusicon/statusiconfactory.cpp +++ b/src/plugins/General/statusicon/statusiconfactory.cpp @@ -50,7 +50,7 @@ void StatusIconFactory::showAbout(QWidget *parent) QMessageBox::about (parent, tr("About Status Icon Plugin"), tr("Qmmp Status Icon Plugin")+"\n"+ tr("Writen by:") + "\n"+ - tr("Ilya Kotov <forkotov02@hotmail.ru>") + + tr("Ilya Kotov <forkotov02@hotmail.ru>")+"\n"+ tr("Artur Guzik <a.guzik88@gmail.com>")); } diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts index 7f468b9e0..66316418e 100644 --- a/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_ru.ts @@ -108,7 +108,7 @@ <message> <location filename="../statusiconfactory.cpp" line="53"/> <source>Ilya Kotov <forkotov02@hotmail.ru></source> - <translation>Илья Котов <orkotov02@hotmail.ru></translation> + <translation>Илья Котов <forkotov02@hotmail.ru></translation> </message> <message> <location filename="../statusiconfactory.cpp" line="54"/> |
