From d7d9d466b6b1bef63abdbf54d451364f6df324a2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 29 Apr 2024 19:40:28 +0530 Subject: [PATCH] Fix #2064113 [PocketBook 740 device interface has wrong title](https://bugs.launchpad.net/calibre/+bug/2064113) --- 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 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']