mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9b7053cda1
commit
15d0d84971
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user