diff --git a/emain/menu.ts b/emain/menu.ts index f5bfe6c51..0c451bdc9 100644 --- a/emain/menu.ts +++ b/emain/menu.ts @@ -151,7 +151,7 @@ function getAppMenu(callbacks: AppMenuCallbacks): Electron.Menu { type: "separator", }, { - label: "Actual Size", + label: "Reset Zoom", accelerator: "CommandOrControl+0", click: (_, window) => { getWindowWebContents(window)?.setZoomFactor(1);