diff --git a/src/calibre/gui2/toc/location.py b/src/calibre/gui2/toc/location.py index 21d0f27c22..47fdc77e91 100644 --- a/src/calibre/gui2/toc/location.py +++ b/src/calibre/gui2/toc/location.py @@ -161,7 +161,7 @@ class ItemEdit(QWidget): la.setWordWrap(True) l.addWidget(la) - f.la2 = la = QLabel(''+_('&Name of the ToC entry:')) + f.la2 = la = QLabel(''+_('Na&me of the ToC entry:')) l.addWidget(la) self.name = QLineEdit(self) self.name.setPlaceholderText(_('(Untitled)'))