diff --git a/src/calibre/ebooks/metadata/sources/isbndb.py b/src/calibre/ebooks/metadata/sources/isbndb.py index 6688a36574..3004c91a37 100644 --- a/src/calibre/ebooks/metadata/sources/isbndb.py +++ b/src/calibre/ebooks/metadata/sources/isbndb.py @@ -35,10 +35,10 @@ class ISBNDB(Source): 'at isbndb.com and get an access key.')), ) - config_help_message = '
'+_('To use metadata from isbndb.com you must sign' + config_help_message = ('
'+_('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 ' - 'here.') + 'here.')) % 'http://isbndb.com/api/v1/docs/keys' def __init__(self, *args, **kwargs):