From 15d0d8497179ae807a6e8e3d4ecea8e700b126be Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 30 Jul 2010 11:03:16 -0600 Subject: [PATCH] ... --- src/calibre/devices/kobo/driver.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)