diff options
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotifyfactory.cpp')
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotifyfactory.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/General/kdenotify/kdenotifyfactory.cpp b/src/plugins/General/kdenotify/kdenotifyfactory.cpp index 2de043e0f..c36ec0675 100644 --- a/src/plugins/General/kdenotify/kdenotifyfactory.cpp +++ b/src/plugins/General/kdenotify/kdenotifyfactory.cpp @@ -23,12 +23,10 @@ #include "kdenotify.h" #include "settingsdialog.h" - - const GeneralProperties KdeNotifyFactory::properties() const { GeneralProperties properties; - properties.name = tr("KDE 4 notification plugin"); + properties.name = tr("KDE notification plugin"); properties.shortName = "kdenotify_icon"; properties.hasAbout = true; properties.hasSettings = true; @@ -49,7 +47,7 @@ QDialog *KdeNotifyFactory::createConfigDialog(QWidget *parent) void KdeNotifyFactory::showAbout(QWidget *parent) { QMessageBox::about (parent, tr("About KDE Notification Plugin"), - tr("KDE 4 notification plugin for Qmmp \n") + + tr("KDE notification plugin for Qmmp") + "<br>" "Artur Guzik <a.guzik88@gmail.com>"); } |
