mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make the string for 'Świat Ebooków' unicode to prevent exceptions in preferences / plugins
This commit is contained in:
parent
eed221347e
commit
cd0ab5e61d
@ -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…
x
Reference in New Issue
Block a user