From a9b6393b137520d0c86ddf377ae502527d8d005c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 11 Apr 2009 19:13:34 -0700 Subject: [PATCH] IGN:... --- src/calibre/gui2/device.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/device.py b/src/calibre/gui2/device.py index de11366b3b..0ef4191b84 100644 --- a/src/calibre/gui2/device.py +++ b/src/calibre/gui2/device.py @@ -619,7 +619,9 @@ class DeviceGUI(object): bad = '\n'.join('
  • %s
  • '%(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:
    ')%(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.
    ')%(bad,)) d.exec_() def upload_booklists(self):