mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:43:39 +02:00
...
This commit is contained in:
parent
ee5a5789dd
commit
15617024eb
1 changed files with 1 additions and 1 deletions
|
|
@ -932,7 +932,7 @@ def books_uploaded(self, job):
|
|||
if isinstance(job.exception, FreeSpaceError):
|
||||
where = 'in main memory.' if 'memory' in str(job.exception) \
|
||||
else 'on the storage card.'
|
||||
titles = '\n'.join(['<li>'+mi['title']+'</li>' \
|
||||
titles = '\n'.join(['<li>'+mi.title+'</li>' \
|
||||
for mi in metadata])
|
||||
d = error_dialog(self, _('No space on device'),
|
||||
_('<p>Cannot upload books to device there '
|
||||
|
|
|
|||
Loading…
Reference in a new issue