From 9e68f3a488abaad84bbb297d9972d198004f0d4a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Jan 2014 20:26:35 +0530 Subject: [PATCH] Fix #1270533 [Rename Orizon plugin to Cybook Orizon](https://bugs.launchpad.net/calibre/+bug/1270533) --- src/calibre/devices/cybook/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/cybook/driver.py b/src/calibre/devices/cybook/driver.py index e68cf633d4..2c6e304755 100644 --- a/src/calibre/devices/cybook/driver.py +++ b/src/calibre/devices/cybook/driver.py @@ -62,7 +62,7 @@ class CYBOOK(USBMS): class ORIZON(CYBOOK): - name = 'Orizon Device Interface' + name = 'Cybook Orizon Device Interface' gui_name = 'Orizon' description = _('Communicate with the Cybook Orizon eBook reader.')