Skip to content

Commit a0f8d13

Browse files
committed
modify menu label(Boost-> Boostnote)
1 parent 2571ea0 commit a0f8d13

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

atom-lib/menu-template.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ const BrowserWindow = electron.BrowserWindow
33
const shell = electron.shell
44

55
var boost = {
6-
label: 'Boost',
6+
label: 'Boostnote',
77
submenu: [
88
{
9-
label: 'About Boost',
9+
label: 'About Boostnote',
1010
selector: 'orderFrontStandardAboutPanel:'
1111
},
1212
{
@@ -20,7 +20,7 @@ var boost = {
2020
type: 'separator'
2121
},
2222
{
23-
label: 'Hide Boost',
23+
label: 'Hide Boostnote',
2424
accelerator: 'Command+H',
2525
selector: 'hide:'
2626
},
@@ -137,7 +137,7 @@ var help = {
137137
role: 'help',
138138
submenu: [
139139
{
140-
label: 'Boost official site',
140+
label: 'Boostnote official site',
141141
click: function () { shell.openExternal('https://b00st.io/') }
142142
},
143143
{

0 commit comments

Comments
 (0)