mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 18:53:17 +02:00
Edit Book: Fix an extra colon being added when setting the "notes" semantic
This commit is contained in:
parent
167d057a76
commit
8926f82472
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ def create_known_type_map(self):
|
|||
'foreword': _('Foreword'),
|
||||
'loi': _('List of Illustrations'),
|
||||
'lot': _('List of Tables'),
|
||||
'notes:': _('Notes'),
|
||||
'notes': _('Notes'),
|
||||
'preface': _('Preface'),
|
||||
'text': _('Text'),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue