From a8eeccc648dd5deae8e1b35bdb6c672cbd80e3f4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 23 Jan 2014 20:05:39 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/isbndb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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):