mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-25 21:05:17 +01:00
Fix regression that broke the Template Editor
This commit is contained in:
parent
ca11b4f691
commit
97f1381063
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ def __init__(self, parent, text, mi=None, fm=None, color_field=None):
|
|||
self.mi.series_index = 3
|
||||
self.mi.rating = 4.0
|
||||
self.mi.tags = [_('Tag 1'), _('Tag 2')]
|
||||
self.mi.language = ['eng']
|
||||
self.mi.languages = ['eng']
|
||||
|
||||
# Remove help icon on title bar
|
||||
icon = self.windowIcon()
|
||||
|
|
|
|||
Loading…
Reference in a new issue