diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 87aa47e588..12a48e8fda 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -362,7 +362,8 @@ class KOBO(USBMS): if extension == '.kobo': from calibre.devices.errors import UserFeedback 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.'), UserFeedback.WARN)