Store: OpenBooks description.

This commit is contained in:
John Schember 2011-06-24 19:42:21 -04:00
parent e4323532fa
commit 2730257c7b

View File

@ -1380,7 +1380,7 @@ class StoreNextoStore(StoreBase):
class StoreOpenBooksStore(StoreBase): class StoreOpenBooksStore(StoreBase):
name = 'Open Books' name = 'Open Books'
description = u'' description = u'Comprehensive listing of DRM free ebooks from a variety of sources provided by users of calibre.'
actual_plugin = 'calibre.gui2.store.open_books_plugin:OpenBooksStore' actual_plugin = 'calibre.gui2.store.open_books_plugin:OpenBooksStore'
drm_free_only = True drm_free_only = True