diff --git a/src/calibre/devices/eb600/driver.py b/src/calibre/devices/eb600/driver.py index 3db68bbfe7..2c0d65772a 100644 --- a/src/calibre/devices/eb600/driver.py +++ b/src/calibre/devices/eb600/driver.py @@ -427,7 +427,7 @@ class POCKETBOOK701(USBMS): class POCKETBOOK740(USBMS): - name = 'PocketBook 701 Device Interface' + name = 'PocketBook 740 Device Interface' gui_name = 'PocketBook' description = _('Communicate with the PocketBook 740') supported_platforms = ['windows', 'osx', 'linux']