mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #1926125 [Table of Contents editor: conflicting accelerator keys](https://bugs.launchpad.net/calibre/+bug/1926125)
This commit is contained in:
parent
95a9042e48
commit
a759bb53ff
@ -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)'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user