Upper case pane to match File menu item

This commit is contained in:
Kevin Sawicki
2014-04-30 14:10:41 -07:00
parent 8ef97bd78e
commit 0e8b951050

View File

@@ -150,7 +150,7 @@
{ label: 'Focus Pane On Left', command: 'window:focus-pane-on-left' }
{ label: 'Focus Pane On Right', command: 'window:focus-pane-on-right' }
{ type: 'separator' }
{ label: 'Close pane', command: 'pane:close' }
{ label: 'Close Pane', command: 'pane:close' }
]
}
{