mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1ec75da6e3
commit
9fd0cf0cc7
@ -468,7 +468,7 @@ class MetadataSingleDialogBase(QDialog):
|
||||
cdata = mi.cover_data[1]
|
||||
if cdata is None:
|
||||
error_dialog(self, _('Could not read cover'),
|
||||
_('Could not read cover from %s format')%ext).exec_()
|
||||
_('Could not read cover from %s format')%ext.upper()).exec_()
|
||||
return
|
||||
self.update_cover(cdata, ext)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user