aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/halfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hal/halfactory.cpp')
-rw-r--r--src/plugins/General/hal/halfactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/hal/halfactory.cpp b/src/plugins/General/hal/halfactory.cpp
index a326b5874..f28207645 100644
--- a/src/plugins/General/hal/halfactory.cpp
+++ b/src/plugins/General/hal/halfactory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -52,7 +52,7 @@ void HalFactory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About HAL Plugin"),
tr("Qmmp HAL Plugin") + "\n" +
tr("This plugin provides removable devices detection using HAL") + "\n" +
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>") + "\n" +
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>") + "\n" +
tr("Based on Solid (KDE hardware library)"));
}