aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/udisks2/udisks2factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/udisks2/udisks2factory.cpp')
-rw-r--r--src/plugins/General/udisks2/udisks2factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/udisks2/udisks2factory.cpp b/src/plugins/General/udisks2/udisks2factory.cpp
index 5cd1d7b44..3bd3d6d6d 100644
--- a/src/plugins/General/udisks2/udisks2factory.cpp
+++ b/src/plugins/General/udisks2/udisks2factory.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2013 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 UDisks2Factory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About UDisks2 Plugin"),
tr("Qmmp UDisks2 Plugin") + "\n" +
tr("This plugin provides removable devices detection using UDisks2") + "\n" +
- tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@ya.ru>"));
}
QTranslator *UDisks2Factory::createTranslator(QObject *parent)