This commit is contained in:
Kovid Goyal 2010-07-30 11:03:16 -06:00
parent 9b7053cda1
commit 15d0d84971

View File

@ -362,7 +362,8 @@ class KOBO(USBMS):
if extension == '.kobo': if extension == '.kobo':
from calibre.devices.errors import UserFeedback from calibre.devices.errors import UserFeedback
raise UserFeedback(_("Not Implemented"), raise UserFeedback(_("Not Implemented"),
_('".kobo" files do not exist on the device but are rows in the sqlitedatabase. ' _('".kobo" files do not exist on the device as books '
'instead, they are rows in the sqlite database. '
'Currently they cannot be exported or viewed.'), 'Currently they cannot be exported or viewed.'),
UserFeedback.WARN) UserFeedback.WARN)