Fix #1926125 [Table of Contents editor: conflicting accelerator keys](https://bugs.launchpad.net/calibre/+bug/1926125)

This commit is contained in:
Kovid Goyal 2021-04-26 17:54:23 +05:30
parent 95a9042e48
commit a759bb53ff
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -161,7 +161,7 @@ class ItemEdit(QWidget):
la.setWordWrap(True)
l.addWidget(la)
f.la2 = la = QLabel('<b>'+_('&Name of the ToC entry:'))
f.la2 = la = QLabel('<b>'+_('Na&me of the ToC entry:'))
l.addWidget(la)
self.name = QLineEdit(self)
self.name.setPlaceholderText(_('(Untitled)'))