🐧 Match sublime's quit menu.

Esse commit está contido em:
Cheng Zhao
2014-04-02 15:14:06 +08:00
commit cc2e87b784
2 arquivos alterados com 2 adições e 1 exclusões
+1 -1
Ver Arquivo
@@ -17,7 +17,7 @@
{ label: 'Close All &Buffers', command: 'pane:close' }
{ label: 'Clos&e Window', command: 'window:close' }
{ type: 'separator' }
{ label: 'E&xit', command: 'application:quit' }
{ label: 'Quit', command: 'application:quit' }
]
}