Merge pull request #3549 from bengotow/fix-hide-others

Remove trailing colons from default menu roles
This commit is contained in:
Cheng Zhao 2015-11-23 17:44:06 +08:00
commit e98d4c4a2e

View file

@ -193,11 +193,11 @@ app.once('ready', function() {
{
label: 'Hide Others',
accelerator: 'Command+Shift+H',
role: 'hideothers:'
role: 'hideothers'
},
{
label: 'Show All',
role: 'unhide:'
role: 'unhide'
},
{
type: 'separator'