Edit Book: Fix an extra colon being added when setting the "notes" semantic

This commit is contained in:
Kovid Goyal 2016-04-06 19:53:54 +05:30
parent 167d057a76
commit 8926f82472

View File

@ -745,7 +745,7 @@ class InsertSemantics(Dialog):
'foreword': _('Foreword'),
'loi': _('List of Illustrations'),
'lot': _('List of Tables'),
'notes:': _('Notes'),
'notes': _('Notes'),
'preface': _('Preface'),
'text': _('Text'),
}