mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:27:13 +02:00
Fix a typo that prevented the Cybook Muse from being detected on some computers. Fixes #1407435 [Calibre doesn't detect my Cybook Muse Frontlight](https://bugs.launchpad.net/calibre/+bug/1407435)
This commit is contained in:
parent
e1baf279a6
commit
01511731e3
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@ def get_carda_ebook_dir(self, for_upload=False):
|
|||
|
||||
class MUSE(CYBOOK):
|
||||
|
||||
name = 'Cybook Orizon Device Interface'
|
||||
gui_name = 'Orizon'
|
||||
name = 'Cybook Muse Device Interface'
|
||||
gui_name = 'Muse'
|
||||
description = _('Communicate with the Cybook Muse eBook reader.')
|
||||
author = 'Kovid Goyal'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue