Merge pull request #6600 from feross/master
MenuItem: Use 'Close Window' for 'close' role label
This commit is contained in:
commit
8c7d28de27
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const roles = {
|
|||
}
|
||||
},
|
||||
close: {
|
||||
label: 'Close',
|
||||
label: process.platform === 'darwin' ? 'Close Window' : 'Close',
|
||||
accelerator: 'CommandOrControl+W',
|
||||
windowMethod: 'close'
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue