Replace Atom Shell with Atom in menu text

This commit is contained in:
Kevin Sawicki
2013-06-03 13:17:26 -07:00
parent 5e7656489d
commit 56fea45505

View File

@@ -118,7 +118,7 @@ class AtomApplication
{ type: 'separator' }
{ label: 'Preferences...', accelerator: 'Command+,', click: => @openConfig() }
{ type: 'separator' }
{ label: 'Hide Atom Shell', accelerator: 'Command+H', selector: 'hide:' }
{ label: 'Hide Atom', accelerator: 'Command+H', selector: 'hide:' }
{ label: 'Hide Others', accelerator: 'Command+Shift+H', selector: 'hideOtherApplications:' }
{ label: 'Show All', selector: 'unhideAllApplications:' }
{ type: 'separator' }