mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 05:46:11 +01:00
Don't translate author name.
This commit is contained in:
parent
d75040c80a
commit
d877cd91a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue