mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
5efc0cd98a
commit
913b4bcf38
@ -243,7 +243,7 @@ class Main(QObject, Ui_MainWindow):
|
||||
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…
x
Reference in New Issue
Block a user