mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -113,8 +113,8 @@ class ORIZON(CYBOOK):
|
||||
|
||||
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…
x
Reference in New Issue
Block a user