Fix #825264 (String error isbndb)

This commit is contained in:
Kovid Goyal 2011-08-12 09:41:19 -06:00
parent e88dd8be85
commit 67dbdcf5e3

View File

@ -35,7 +35,7 @@ class ISBNDB(Source):
options = (
Option('isbndb_key', 'string', None, _('IsbnDB key:'),
_('To use isbndb.com you have to sign up for a free account'
_('To use isbndb.com you have to sign up for a free account '
'at isbndb.com and get an access key.')),
)