string changes

This commit is contained in:
Kovid Goyal 2023-05-04 17:05:32 +05:30
parent 0126be0ca4
commit 1cc6f9eb7b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -250,7 +250,7 @@ class TrashView(Dialog):
return return
det_msg = [] det_msg = []
for (entry, exc, tb) in failures: for (entry, exc, tb) in failures:
det_msg.append(_('Failed for {} with error:').format(entry.title)) det_msg.append(_('Failed for the book {} with error:').format(entry.title))
det_msg.append(tb) det_msg.append(tb)
det_msg.append('-' * 40) det_msg.append('-' * 40)
det_msg.append('') det_msg.append('')