From 00fcacdda714c492974927f8b2b14ba567aba753 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 21 Jul 2018 11:37:29 +0000 Subject: kdenotify: changed some strings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8192 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/kdenotify/kdenotifyfactory.cpp | 6 ++---- src/plugins/General/kdenotify/settingsdialog.ui | 9 ++++++--- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'src') 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") + "
" "Artur Guzik "); } 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 @@ 0 0 - 349 - 230 + 370 + 241 @@ -42,12 +42,15 @@ - Notification delay [s]: + Notification delay: + + s + 100 -- cgit v1.2.3-13-gbd6f