aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/General/kdenotify/kdenotifyfactory.cpp6
-rw-r--r--src/plugins/General/kdenotify/settingsdialog.ui9
2 files changed, 8 insertions, 7 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>");
}
diff --git a/src/plugins/General/kdenotify/settingsdialog.ui b/src/plugins/General/kdenotify/settingsdialog.ui
index fa8e3aa42..023bfd649 100644
--- a/src/plugins/General/kdenotify/settingsdialog.ui
+++ b/src/plugins/General/kdenotify/settingsdialog.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>349</width>
- <height>230</height>
+ <width>370</width>
+ <height>241</height>
</rect>
</property>
<property name="windowTitle">
@@ -42,12 +42,15 @@
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
- <string>Notification delay [s]:</string>
+ <string>Notification delay:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="notifyDelaySpinBox">
+ <property name="suffix">
+ <string>s</string>
+ </property>
<property name="maximum">
<number>100</number>
</property>