mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit Book: Fix an extra colon being added when setting the "notes" semantic
This commit is contained in:
parent
167d057a76
commit
8926f82472
@ -745,7 +745,7 @@ class InsertSemantics(Dialog):
|
|||||||
'foreword': _('Foreword'),
|
'foreword': _('Foreword'),
|
||||||
'loi': _('List of Illustrations'),
|
'loi': _('List of Illustrations'),
|
||||||
'lot': _('List of Tables'),
|
'lot': _('List of Tables'),
|
||||||
'notes:': _('Notes'),
|
'notes': _('Notes'),
|
||||||
'preface': _('Preface'),
|
'preface': _('Preface'),
|
||||||
'text': _('Text'),
|
'text': _('Text'),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user