mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 07:53:09 +02:00
This commit is contained in:
parent
5efc0cd98a
commit
913b4bcf38
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ def books_uploaded(self, id, result, exception, formatted_traceback):
|
|||
titles = '\n'.join(['<li>'+mi['title']+'</li>' for mi in metadata])
|
||||
d = error_dialog(self.window, 'No space on device',
|
||||
'<p>Cannot upload books to device there is no more free space available '+where+
|
||||
'</p><ul>%s</ul>'%(titles,))
|
||||
'</p>\n<ul>%s</ul>'%(titles,))
|
||||
d.exec_()
|
||||
else:
|
||||
self.job_exception(id, exception, formatted_traceback)
|
||||
|
|
|
|||
Loading…
Reference in a new issue