mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Don't translate author name.
This commit is contained in:
parent
d75040c80a
commit
d877cd91a7
@ -14,7 +14,7 @@ class ESLICK(USBMS):
|
||||
name = 'ESlick Device Interface'
|
||||
gui_name = 'Foxit ESlick'
|
||||
description = _('Communicate with the ESlick eBook reader.')
|
||||
author = _('Kovid Goyal')
|
||||
author = 'Kovid Goyal'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
|
||||
# Ordered list of supported formats
|
||||
|
Loading…
x
Reference in New Issue
Block a user