This commit is contained in:
Kovid Goyal 2011-04-21 08:41:21 -06:00
parent 04cea0cef5
commit 1e2782c613

View File

@ -295,7 +295,7 @@ def proceed(gui, job):
_('Failed to download metadata or covers for any of the %d'
' book(s).') % len(id_map), det_msg=det_msg)
else:
fmsg = det_msg = ''
fmsg = ''
if failed_ids or failed_covers:
fmsg = '<p>'+_('Could not download metadata and/or covers for %d of the books. Click'
' "Show details" to see which books.')%len(failed_ids)