From 9160ec475365acbbbfcc19a517c524640e51155a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Mar 2013 16:17:17 +0530 Subject: [PATCH] ... --- src/calibre/devices/eb600/driver.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index abfdc73a35..0e616e369b 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -51,8 +51,9 @@ class EB600(USBMS): class TOLINO(EB600): - name = 'Tolino Device Interface' - gui_name = 'Tolino' + name = 'Tolino Shine Device Interface' + gui_name = 'Tolino Shine' + description = _('Communicate with the Tolino Shine reader.') FORMATS = ['epub', 'pdf', 'txt'] BCD = [0x226]