mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 06:33:42 +02:00
Make the string for 'Świat Ebooków' unicode to prevent exceptions in preferences / plugins
This commit is contained in:
parent
eed221347e
commit
cd0ab5e61d
1 changed files with 1 additions and 1 deletions
|
|
@ -1779,7 +1779,7 @@ class StoreSmashwordsStore(StoreBase):
|
|||
|
||||
|
||||
class StoreSwiatEbookowStore(StoreBase):
|
||||
name = 'Świat Ebooków'
|
||||
name = u'Świat Ebooków'
|
||||
author = u'Tomasz Długosz'
|
||||
description = u'Ebooki maje tę zaletę, że są zawsze i wszędzie tam, gdzie tylko nas dopadnie ochota na czytanie.'
|
||||
actual_plugin = 'calibre.gui2.store.stores.swiatebookow_plugin:SwiatEbookowStore'
|
||||
|
|
|
|||
Loading…
Reference in a new issue