mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix comic description
This commit is contained in:
parent
cd13fbfe27
commit
563c6f7763
@ -20,7 +20,7 @@ class ComicInput(InputFormatPlugin):
|
|||||||
|
|
||||||
name = 'Comic Input'
|
name = 'Comic Input'
|
||||||
author = 'Kovid Goyal'
|
author = 'Kovid Goyal'
|
||||||
description = _('Optimize comic files (.cbz, .cbr, .cbc) for viewing on portable devices')
|
description = _('Optimize comic files (.cbz, .cbr, .cb7, .cbc) for viewing on portable devices')
|
||||||
file_types = {'cbz', 'cbr', 'cb7', 'cbc'}
|
file_types = {'cbz', 'cbr', 'cb7', 'cbc'}
|
||||||
is_image_collection = True
|
is_image_collection = True
|
||||||
commit_name = 'comic_input'
|
commit_name = 'comic_input'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user