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:
Kovid Goyal 2015-01-04 20:55:06 +05:30
parent e1baf279a6
commit 01511731e3

View File

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