From a0f8d13c4f9e4a2051b378d9f467c2c6d556f386 Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Mon, 21 Dec 2015 22:41:16 +0900 Subject: [PATCH] modify menu label(Boost-> Boostnote) --- atom-lib/menu-template.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/atom-lib/menu-template.js b/atom-lib/menu-template.js index 77245289..6f35b602 100644 --- a/atom-lib/menu-template.js +++ b/atom-lib/menu-template.js @@ -3,10 +3,10 @@ const BrowserWindow = electron.BrowserWindow const shell = electron.shell var boost = { - label: 'Boost', + label: 'Boostnote', submenu: [ { - label: 'About Boost', + label: 'About Boostnote', selector: 'orderFrontStandardAboutPanel:' }, { @@ -20,7 +20,7 @@ var boost = { type: 'separator' }, { - label: 'Hide Boost', + label: 'Hide Boostnote', accelerator: 'Command+H', selector: 'hide:' }, @@ -137,7 +137,7 @@ var help = { role: 'help', submenu: [ { - label: 'Boost official site', + label: 'Boostnote official site', click: function () { shell.openExternal('https://b00st.io/') } }, {