mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
38f1dff99f
commit
309b0cc3aa
@ -145,7 +145,7 @@ class DownloadResources(QDialog):
|
|||||||
if not self.todo:
|
if not self.todo:
|
||||||
if self.failures:
|
if self.failures:
|
||||||
if len(self.failures) == len(self.bars):
|
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:
|
else:
|
||||||
msg = _('Could not download some resources.')
|
msg = _('Could not download some resources.')
|
||||||
error_dialog(
|
error_dialog(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user