diff --git a/src/calibre/ebooks/metadata/sources/isbndb.py b/src/calibre/ebooks/metadata/sources/isbndb.py index 7e09c12f33..6688a36574 100644 --- a/src/calibre/ebooks/metadata/sources/isbndb.py +++ b/src/calibre/ebooks/metadata/sources/isbndb.py @@ -38,7 +38,7 @@ class ISBNDB(Source): 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.') def __init__(self, *args, **kwargs):