summaryrefslogtreecommitdiff
path: root/nephilim/plugins/AlbumCover.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-02-23 17:41:06 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-02-23 17:41:06 +0100
commit9b1d0a2e6deb754b6c73149e00a20640e7f50e17 (patch)
tree5a866848383788135cb3338620b6875bbd3ef914 /nephilim/plugins/AlbumCover.py
parent587fc2a4116e64f3b76a47b1986c3dfff44880cf (diff)
AlbumCover: add tooltips to some settings.
Diffstat (limited to 'nephilim/plugins/AlbumCover.py')
-rw-r--r--nephilim/plugins/AlbumCover.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nephilim/plugins/AlbumCover.py b/nephilim/plugins/AlbumCover.py
index 74e6a87..d124146 100644
--- a/nephilim/plugins/AlbumCover.py
+++ b/nephilim/plugins/AlbumCover.py
@@ -226,8 +226,8 @@ class AlbumCover(Plugin):
self.covername = QtGui.QLineEdit(self.settings.value('covername').toString())
self.setLayout(QtGui.QVBoxLayout())
- self._add_widget(self.methods[0], 'Method 0')
- self._add_widget(self.methods[1], 'Method 1')
+ self._add_widget(self.methods[0], 'Method 0', 'Method to try first.')
+ self._add_widget(self.methods[1], 'Method 1', 'Method to try if the first one fails.')
self._add_widget(self.coverdir, 'Cover directory',
'Where should %s store covers.\n'
'$musicdir will be expanded to path to MPD music library\n'