From 168e5a79d69d030a86d1d4808a97cc41dc51bc0b Mon Sep 17 00:00:00 2001 From: probonopd Date: Wed, 1 Jun 2016 00:29:17 +0200 Subject: [PATCH] As per https://github.com/kovidgoyal/calibre/pull/508#issuecomment-222839885 --- src/calibre/devices/eb600/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index 1a2c7a6ea1..4e166ed48b 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -51,7 +51,7 @@ class EB600(USBMS): class TOLINO(EB600): - name = 'tolino shine Device Interface' + name = 'Tolino Shine Device Interface' gui_name = 'tolino shine' description = _('Communicate with the tolino shine and vision readers') FORMATS = ['epub', 'pdf', 'txt']