From 3681ed7827874b8456f26257702b3b9fbd2edf1f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 23 Jan 2014 08:22:29 +0530 Subject: [PATCH] Change link to page with instructions on getting ISBNDB keys --- src/calibre/ebooks/metadata/sources/isbndb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):