This commit is contained in:
Charles Haley 2011-05-09 11:03:13 +01:00
parent fce83cea05
commit 518134c195

View File

@ -199,7 +199,8 @@ class MetadataSingleDialogBase(ResizableDialog):
self.config_metadata_button.setIcon(QIcon(I('config.png')))
else:
self.config_metadata_button = QPushButton(self)
self.config_metadata_button.setText(_('Configure metadata downloading'))
self.config_metadata_button.setText(_('Configure download metadata'))
self.config_metadata_button.setIcon(QIcon(I('config.png')))
self.config_metadata_button.clicked.connect(self.configure_metadata)
self.config_metadata_button.setToolTip(
_('Change how calibre downloads metadata'))