This commit is contained in:
Kovid Goyal 2021-06-27 10:23:44 +05:30
parent 1ec75da6e3
commit 9fd0cf0cc7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)