Upper case pane to match File menu item

Esse commit está contido em:
Kevin Sawicki
2014-04-30 14:10:41 -07:00
commit 0e8b951050
+1 -1
Ver Arquivo
@@ -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' }
]
}
{