mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1913620 [[Enhancement] Book formats are in lower case for the Conversion output plugins](https://bugs.launchpad.net/calibre/+bug/1913620)
This commit is contained in:
parent
861f9dda5f
commit
fe1706dcc5
@ -315,7 +315,7 @@ class OutputFormatPlugin(Plugin):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def description(self):
|
def description(self):
|
||||||
return _('Convert e-books to the %s format')%self.file_type
|
return _('Convert e-books to the %s format')%self.file_type.upper()
|
||||||
|
|
||||||
def __init__(self, *args):
|
def __init__(self, *args):
|
||||||
Plugin.__init__(self, *args)
|
Plugin.__init__(self, *args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user