string changes

This commit is contained in:
Kovid Goyal 2024-09-03 21:42:47 +05:30
parent 38f1dff99f
commit 309b0cc3aa
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -145,7 +145,7 @@ class DownloadResources(QDialog):
if not self.todo:
if self.failures:
if len(self.failures) == len(self.bars):
msg = ngettext(_('Could not download {}.'), _('Could not download all resources.'), len(self.bars)).format(self.bars[0].desc)
msg = ngettext(_('Could not download {}.'), _('Could not download any of the resources.'), len(self.bars)).format(self.bars[0].desc)
else:
msg = _('Could not download some resources.')
error_dialog(