Fix regression that broke customization of Kobo device plugin

This commit is contained in:
Kovid Goyal 2011-09-25 09:40:35 -06:00
parent 6493945453
commit 30f29c6117

View File

@ -51,11 +51,11 @@ class KOBO(USBMS):
EXTRA_CUSTOMIZATION_MESSAGE = [
_('The Kobo supports several collections including ')+\
'Read, Closed, Im_Reading ' +\
'Read, Closed, Im_Reading. ' +\
_('Create tags for automatic management'),
]
EXTRA_CUSTOMIZATION_DEFAULT = ', '.join(['tags'])
EXTRA_CUSTOMIZATION_DEFAULT = [', '.join(['tags'])]
OPT_COLLECTIONS = 0