summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'