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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hal/halfactory.cpp b/src/plugins/General/hal/halfactory.cpp
index 0637bab71..8e7014e50 100644
--- a/src/plugins/General/hal/halfactory.cpp
+++ b/src/plugins/General/hal/halfactory.cpp
@@ -50,7 +50,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("Writen by: Ilya Kotov <forkotov02@hotmail.ru>") + "\n" +
+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>") + "\n" +
tr("Based on Solid (KDE hardware library)"));
}