aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify/kdenotifyfactory.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-21 11:37:29 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-21 11:37:29 +0000
commit00fcacdda714c492974927f8b2b14ba567aba753 (patch)
treefe50088851a435e6eaa2faed70934a6f42c62f02 /src/plugins/General/kdenotify/kdenotifyfactory.cpp
parent74db88efcf605819c33594dc3d80746526bf2c80 (diff)
downloadqmmp-00fcacdda714c492974927f8b2b14ba567aba753.tar.gz
qmmp-00fcacdda714c492974927f8b2b14ba567aba753.tar.bz2
qmmp-00fcacdda714c492974927f8b2b14ba567aba753.zip
kdenotify: changed some strings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8192 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/kdenotifyfactory.cpp')
-rw-r--r--src/plugins/General/kdenotify/kdenotifyfactory.cpp6
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>");
}