Brought menu entry in-line with documentation

This commit is contained in:
Veronica K. B. Olsen
2019-11-03 12:20:40 +01:00
parent 1bff248060
commit 64b659db83
+1 -1
View File
@@ -601,7 +601,7 @@ class GuiMainMenu(QMenuBar):
self.toolsMenu.addSeparator()
# Tools > Rebuild Indices
menuItem = QAction("Rebuild Indices", self)
menuItem = QAction("Rebuild Index", self)
menuItem.setStatusTip("Rebuild the tag indices and word counts")
menuItem.setShortcut("F9")
menuItem.triggered.connect(self.theParent.rebuildIndex)