diff --git a/main/menu.js b/main/menu.js index 3507bcc5..ca0fb572 100644 --- a/main/menu.js +++ b/main/menu.js @@ -113,7 +113,10 @@ function getMenuTemplate () { type: 'separator' }, { - label: 'Close Window', + label: (function () { + if (process.platform === 'darwin') return 'Close Window' + else return 'Close' + })(), accelerator: 'CmdOrCtrl+W', role: 'close' }