diff --git a/src/calibre/customize/conversion.py b/src/calibre/customize/conversion.py index 4b33f77ec1..e38eaedc76 100644 --- a/src/calibre/customize/conversion.py +++ b/src/calibre/customize/conversion.py @@ -315,7 +315,7 @@ class OutputFormatPlugin(Plugin): @property 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): Plugin.__init__(self, *args)