mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 09:26:45 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ def __init__(self, parent, prefs=None):
|
|||
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…
Reference in a new issue