mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove useless help messages from config widgets for google images and big book search
This commit is contained in:
parent
038b03da9a
commit
84f1b98ab8
@ -34,7 +34,6 @@ class BigBookSearch(Source):
|
||||
minimum_calibre_version = (2, 80, 0)
|
||||
description = _('Downloads multiple book covers from Amazon. Useful to find alternate covers.')
|
||||
capabilities = frozenset(['cover'])
|
||||
config_help_message = _('Configure the Big Book Search plugin')
|
||||
can_get_multiple_covers = True
|
||||
options = (Option('max_covers', 'number', 5, _('Maximum number of covers to get'),
|
||||
_('The maximum number of covers to process from the search result')),
|
||||
|
@ -21,7 +21,6 @@ class GoogleImages(Source):
|
||||
minimum_calibre_version = (2, 80, 0)
|
||||
description = _('Downloads covers from a Google Image search. Useful to find larger/alternate covers.')
|
||||
capabilities = frozenset(['cover'])
|
||||
config_help_message = _('Configure the Google Image Search plugin')
|
||||
can_get_multiple_covers = True
|
||||
supports_gzip_transfer_encoding = True
|
||||
options = (Option('max_covers', 'number', 5, _('Maximum number of covers to get'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user