mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
string changes
This commit is contained in:
parent
0126be0ca4
commit
1cc6f9eb7b
@ -250,7 +250,7 @@ class TrashView(Dialog):
|
||||
return
|
||||
det_msg = []
|
||||
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('-' * 40)
|
||||
det_msg.append('')
|
||||
|
Loading…
x
Reference in New Issue
Block a user