This commit is contained in:
Kovid Goyal 2013-11-08 12:46:40 +05:30
parent 5231d7958c
commit e00615d89d

View File

@ -177,7 +177,7 @@ class Main(MainWindow):
# Tool actions
group = _('Tools')
self.action_toc = reg('toc.png', _('&Edit ToC'), self.boss.edit_toc, 'edit-toc', (), _('Edit Table of Contents'))
self.action_toc = reg('toc.png', _('&Edit Table of Contents'), self.boss.edit_toc, 'edit-toc', (), _('Edit Table of Contents'))
def create_menubar(self):
b = self.menuBar()