diff --git a/main.js b/main.js index 50c995a1..5a9a2a00 100644 --- a/main.js +++ b/main.js @@ -856,13 +856,13 @@ function menu_build() { } }, { - label: "Clear searchmoves", + label: "Clear focus", click: () => { win.webContents.send("call", "clear_searchmoves"); } }, { - label: "Invert searchmoves", + label: "Invert focus", accelerator: "CommandOrControl+I", click: () => { win.webContents.send("call", "invert_searchmoves");