mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 07:33:05 +02:00
...
This commit is contained in:
parent
368badcb85
commit
a8eeccc648
1 changed files with 2 additions and 2 deletions
|
|
@ -35,10 +35,10 @@ class ISBNDB(Source):
|
|||
'at isbndb.com and get an access key.')),
|
||||
)
|
||||
|
||||
config_help_message = '<p>'+_('To use metadata from isbndb.com you must sign'
|
||||
config_help_message = ('<p>'+_('To use metadata from isbndb.com you must sign'
|
||||
' up for a free account and get an isbndb key and enter it below.'
|
||||
' Instructions to get the key are '
|
||||
'<a href="http://isbndb.com/api/v1/docs/keys">here</a>.')
|
||||
'<a href="%s">here</a>.')) % 'http://isbndb.com/api/v1/docs/keys'
|
||||
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in a new issue