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]