string changes

This commit is contained in:
Kovid Goyal 2021-05-12 21:19:44 +05:30
parent 2b2e1414ea
commit f06afd8437
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -160,5 +160,5 @@ class FetchAnnotationsAction(InterfaceAction):
entries.extend([title, tb, '']) entries.extend([title, tb, ''])
error_dialog(self.gui, _('Some errors'), error_dialog(self.gui, _('Some errors'),
_('Could not fetch annotations for some books. Click ' _('Could not fetch annotations for some books. Click '
'show details to see which ones.'), '"Show details" to see which ones.'),
det_msg='\n'.join(entries), show=True) det_msg='\n'.join(entries), show=True)