aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeyfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hotkey/hotkeyfactory.cpp')
-rw-r--r--src/plugins/General/hotkey/hotkeyfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hotkey/hotkeyfactory.cpp b/src/plugins/General/hotkey/hotkeyfactory.cpp
index 01035e4a1..423437892 100644
--- a/src/plugins/General/hotkey/hotkeyfactory.cpp
+++ b/src/plugins/General/hotkey/hotkeyfactory.cpp
@@ -50,7 +50,7 @@ void HotkeyFactory::showAbout(QWidget *parent)
QMessageBox::about (parent, tr("About Global Hotkey Plugin"),
tr("Qmmp Global Hotkey Plugin")+"\n"+
tr("This plugin adds support for multimedia keys or global key combinations")+"\n"+
- tr("Writen by: Ilya Kotov <forkotov02@hotmail.ru>"));
+ tr("Written by: Ilya Kotov <forkotov02@hotmail.ru>"));
}
QTranslator *HotkeyFactory::createTranslator(QObject *parent)