mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 08:26:08 +01:00
IGN:...
This commit is contained in:
parent
28a9c6868a
commit
a9b6393b13
1 changed files with 3 additions and 1 deletions
|
|
@ -619,7 +619,9 @@ def sync_to_device(self, on_card, delete_from_library,
|
|||
bad = '\n'.join('<li>%s</li>'%(i,) for i in bad)
|
||||
d = warning_dialog(self, _('No suitable formats'),
|
||||
_('Could not upload the following books to the device, '
|
||||
'as no suitable formats were found:<br><ul>%s</ul>')%(bad,))
|
||||
'as no suitable formats were found. Try changing the output '
|
||||
'format in the upper right corner next to the red heart and '
|
||||
're-converting. <br><ul>%s</ul>')%(bad,))
|
||||
d.exec_()
|
||||
|
||||
def upload_booklists(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue