From 309b0cc3aa0e8253755e61ac21ad93ba9ca59d0a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Sep 2024 21:42:47 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/tts/download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tts/download.py b/src/calibre/gui2/tts/download.py index 10648165bf..1c8eaeaad4 100644 --- a/src/calibre/gui2/tts/download.py +++ b/src/calibre/gui2/tts/download.py @@ -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(