From a6070c99c3b6a5c1b743008c095d20011fe51996 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Dec 2010 09:54:35 -0700 Subject: [PATCH] ... --- src/calibre/customize/builtins.py | 4 ++-- src/calibre/devices/teclast/driver.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/calibre/customize/builtins.py b/src/calibre/customize/builtins.py index 09ea30f993..17e22a0c0f 100644 --- a/src/calibre/customize/builtins.py +++ b/src/calibre/customize/builtins.py @@ -474,7 +474,7 @@ from calibre.devices.binatone.driver import README from calibre.devices.hanvon.driver import N516, EB511, ALEX, AZBOOKA, THEBOOK from calibre.devices.edge.driver import EDGE from calibre.devices.teclast.driver import TECLAST_K3, NEWSMY, IPAPYRUS, \ - SOVOS, PICO, SUNTECH_EB700 + SOVOS, PICO, SUNSTECH_EB700 from calibre.devices.sne.driver import SNE from calibre.devices.misc import PALMPRE, AVANT, SWEEX, PDNOVEL, KOGAN, \ GEMEI, VELOCITYMICRO, PDNOVEL_KOBO, Q600, LUMIREAD, ALURATEK_COLOR @@ -579,7 +579,7 @@ plugins += [ ELONEX, TECLAST_K3, NEWSMY, - PICO, SUNTECH_EB700, + PICO, SUNSTECH_EB700, IPAPYRUS, SOVOS, EDGE, diff --git a/src/calibre/devices/teclast/driver.py b/src/calibre/devices/teclast/driver.py index 450e068bad..f406448ad2 100644 --- a/src/calibre/devices/teclast/driver.py +++ b/src/calibre/devices/teclast/driver.py @@ -72,10 +72,10 @@ class SOVOS(TECLAST_K3): VENDOR_NAME = 'RK28XX' WINDOWS_MAIN_MEM = WINDOWS_CARD_A_MEM = 'USB-MSC' -class SUNTECH_EB700(TECLAST_K3): - name = 'Suntech EB700 device interface' +class SUNSTECH_EB700(TECLAST_K3): + name = 'Sunstech EB700 device interface' gui_name = 'EB700' - description = _('Communicate with the Suntech EB700 reader.') + description = _('Communicate with the Sunstech EB700 reader.') FORMATS = ['epub', 'fb2', 'pdf', 'pdb', 'txt']