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):