From 518134c195a49c7aef3789f1fd6413fadf32df63 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Mon, 9 May 2011 11:03:13 +0100 Subject: [PATCH] ... --- src/calibre/gui2/metadata/single.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/metadata/single.py b/src/calibre/gui2/metadata/single.py index 6b9d786951..5c4e241bba 100644 --- a/src/calibre/gui2/metadata/single.py +++ b/src/calibre/gui2/metadata/single.py @@ -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'))