Skip to content
Permalink
Browse files
Edit Book: Fix an extra colon being added when setting the "notes" se…
…mantic
  • Loading branch information
kovidgoyal committed Apr 6, 2016
1 parent 167d057 commit 8926f82472e46ca300b19cf566f3d481b94687c1
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/calibre/gui2/tweak_book/widgets.py
@@ -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'),
}

0 comments on commit 8926f82

Please sign in to comment.