diff --git a/src/calibre/gui2/metadata/single_download.py b/src/calibre/gui2/metadata/single_download.py
index 01cd0b3b09..998cd25d31 100644
--- a/src/calibre/gui2/metadata/single_download.py
+++ b/src/calibre/gui2/metadata/single_download.py
@@ -932,7 +932,7 @@ class CoversWidget(QWidget): # {{{
txt = _('Could not find any covers for %s')%self.book.title
else:
if num == 2:
- txt = _('Found a cover for {title}').format(self.title)
+ txt = _('Found a cover for {title}').format(title=self.title)
else:
txt = _(
'Found {num} covers for {title}. When the download completes,'