Fix #2064113 [PocketBook 740 device interface has wrong title](https://bugs.launchpad.net/calibre/+bug/2064113)

This commit is contained in:
Kovid Goyal 2024-04-29 19:40:28 +05:30
parent 76c91147ca
commit d7d9d466b6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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']