mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Store: ...
This commit is contained in:
parent
776695c9de
commit
47cd16b665
1 changed files with 2 additions and 2 deletions
|
|
@ -1348,7 +1348,7 @@ class StoreSmashwordsStore(StoreBase):
|
|||
|
||||
class StoreVirtualoStore(StoreBase):
|
||||
name = 'Virtualo'
|
||||
author = 'Tomasz Długosz'
|
||||
author = u'Tomasz Długosz'
|
||||
description = u'Księgarnia internetowa, która oferuje bezpieczny i szeroki dostęp do książek w formie cyfrowej.'
|
||||
actual_plugin = 'calibre.gui2.store.virtualo_plugin:VirtualoStore'
|
||||
|
||||
|
|
@ -1386,7 +1386,7 @@ class StoreWizardsTowerBooksStore(StoreBase):
|
|||
|
||||
class StoreWoblinkStore(StoreBase):
|
||||
name = 'Woblink'
|
||||
author = 'Tomasz Długosz'
|
||||
author = u'Tomasz Długosz'
|
||||
description = u'Czytanie zdarza się wszędzie!'
|
||||
actual_plugin = 'calibre.gui2.store.woblink_plugin:WoblinkStore'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue