diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-03-03 20:15:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-03-03 20:15:01 +0000 |
| commit | 7d2e0f57b40df8b31eabef95b7fc6617389cac96 (patch) | |
| tree | 5747265aa3cd6c8231048092dd9937d56643cf39 /src/plugins/General/hotkey/hotkeyfactory.cpp | |
| parent | b8179e4aab80f1115b9ca31539e1c450a82e4116 (diff) | |
| download | qmmp-7d2e0f57b40df8b31eabef95b7fc6617389cac96.tar.gz qmmp-7d2e0f57b40df8b31eabef95b7fc6617389cac96.tar.bz2 qmmp-7d2e0f57b40df8b31eabef95b7fc6617389cac96.zip | |
fixed typos
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2091 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/hotkeyfactory.cpp')
| -rw-r--r-- | src/plugins/General/hotkey/hotkeyfactory.cpp | 2 |
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) |
