Don't translate author name.

This commit is contained in:
John Schember 2009-12-18 06:06:10 -05:00
parent d75040c80a
commit d877cd91a7

View File

@ -14,7 +14,7 @@ class ESLICK(USBMS):
name = 'ESlick Device Interface' name = 'ESlick Device Interface'
gui_name = 'Foxit ESlick' gui_name = 'Foxit ESlick'
description = _('Communicate with the ESlick eBook reader.') description = _('Communicate with the ESlick eBook reader.')
author = _('Kovid Goyal') author = 'Kovid Goyal'
supported_platforms = ['windows', 'osx', 'linux'] supported_platforms = ['windows', 'osx', 'linux']
# Ordered list of supported formats # Ordered list of supported formats