OS X -> Mac

This commit is contained in:
Feross Aboukhadijeh
2016-07-26 21:55:05 -07:00
parent 6891ef1a0d
commit febad56497
12 changed files with 40 additions and 40 deletions

View File

@@ -281,7 +281,7 @@ function getMenuTemplate () {
]
if (process.platform === 'darwin') {
// Add WebTorrent app menu (OS X)
// Add WebTorrent app menu (Mac)
template.unshift({
label: config.APP_NAME,
submenu: [
@@ -324,7 +324,7 @@ function getMenuTemplate () {
]
})
// Add Window menu (OS X)
// Add Window menu (Mac)
template.splice(5, 0, {
role: 'window',
submenu: [