diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-21 11:37:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-21 11:37:29 +0000 |
| commit | 00fcacdda714c492974927f8b2b14ba567aba753 (patch) | |
| tree | fe50088851a435e6eaa2faed70934a6f42c62f02 /src/plugins/General/kdenotify/settingsdialog.ui | |
| parent | 74db88efcf605819c33594dc3d80746526bf2c80 (diff) | |
| download | qmmp-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/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/kdenotify/settingsdialog.ui | 9 |
1 files changed, 6 insertions, 3 deletions
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> |
