From 30f29c61174bdef6d10b6375a9430004b6f7a3ed Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 25 Sep 2011 09:40:35 -0600 Subject: [PATCH] Fix regression that broke customization of Kobo device plugin --- src/calibre/devices/kobo/driver.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index fa4796a5a9..393b96442b 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -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 @@ -659,7 +659,7 @@ class KOBO(USBMS): "Read":2, "Closed":3, "Shortlist":4, - # "Preview":99, # Unsupported as we don't want to change it + # "Preview":99, # Unsupported as we don't want to change it } # Define lists for the ReadStatus