@@ -13,7 +13,7 @@ export const projectFileRole = (
13
13
label : 'File' ,
14
14
submenu : [
15
15
{
16
- label : 'Create project ' ,
16
+ label : 'Create Project ' ,
17
17
id : 'File.Create project' ,
18
18
accelerator : 'CommandOrControl+N' ,
19
19
click : ( ) => {
@@ -23,7 +23,7 @@ export const projectFileRole = (
23
23
} ,
24
24
} ,
25
25
{
26
- label : 'Open project ' ,
26
+ label : 'Open Project ' ,
27
27
id : 'File.Open project' ,
28
28
accelerator : 'CommandOrControl+P' ,
29
29
click : ( ) => {
@@ -36,7 +36,7 @@ export const projectFileRole = (
36
36
// Appears to be only Windows and Mac OS specific. Linux does not have support
37
37
{ type : 'separator' } ,
38
38
{
39
- label : 'Add file to project ' ,
39
+ label : 'Add File to Project ' ,
40
40
id : 'File.Add file to project' ,
41
41
click : ( ) => {
42
42
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -58,7 +58,7 @@ export const projectFileRole = (
58
58
label : 'Preferences' ,
59
59
submenu : [
60
60
{
61
- label : 'User settings ' ,
61
+ label : 'User Settings ' ,
62
62
id : 'File.Preferences.User settings' ,
63
63
click : ( ) => {
64
64
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -76,7 +76,7 @@ export const projectFileRole = (
76
76
} ,
77
77
} ,
78
78
{
79
- label : 'User default units ' ,
79
+ label : 'User Default Units ' ,
80
80
id : 'File.Preferences.User default units' ,
81
81
click : ( ) => {
82
82
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -94,7 +94,7 @@ export const projectFileRole = (
94
94
} ,
95
95
} ,
96
96
{
97
- label : 'Theme color ' ,
97
+ label : 'Theme Color ' ,
98
98
id : 'File.Preferences.Theme color' ,
99
99
click : ( ) => {
100
100
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -107,7 +107,7 @@ export const projectFileRole = (
107
107
{ type : 'separator' } ,
108
108
// Last in list
109
109
{
110
- label : 'Sign out ' ,
110
+ label : 'Sign Out ' ,
111
111
id : 'File.Sign out' ,
112
112
click : ( ) => {
113
113
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -128,23 +128,23 @@ export const modelingFileRole = (
128
128
submenu : [
129
129
// TODO: Once a safe command bar create new file and folder is implemented we can turn these on
130
130
// {
131
- // label: 'Create new file ',
131
+ // label: 'Create New File ',
132
132
// click: () => {
133
133
// typeSafeWebContentsSend(mainWindow, 'menu-action-clicked', {
134
134
// menuLabel: 'File.Create new file',
135
135
// })
136
136
// },
137
137
// },
138
138
// {
139
- // label: 'Create new folder ',
139
+ // label: 'Create New Folder ',
140
140
// click: () => {
141
141
// typeSafeWebContentsSend(mainWindow, 'menu-action-clicked', {
142
142
// menuLabel: 'File.Create new folder',
143
143
// })
144
144
// },
145
145
// },
146
146
{
147
- label : 'Create project ' ,
147
+ label : 'Create Project ' ,
148
148
id : 'File.Create project' ,
149
149
accelerator : 'CommandOrControl+N' ,
150
150
click : ( ) => {
@@ -154,7 +154,7 @@ export const modelingFileRole = (
154
154
} ,
155
155
} ,
156
156
{
157
- label : 'Open project ' ,
157
+ label : 'Open Project ' ,
158
158
id : 'File.Open project' ,
159
159
accelerator : 'CommandOrControl+P' ,
160
160
click : ( ) => {
@@ -167,7 +167,7 @@ export const modelingFileRole = (
167
167
// Appears to be only Windows and Mac OS specific. Linux does not have support
168
168
{ type : 'separator' } ,
169
169
{
170
- label : 'Add file to project ' ,
170
+ label : 'Add File to Project ' ,
171
171
id : 'File.Add file to project' ,
172
172
click : ( ) => {
173
173
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -176,7 +176,7 @@ export const modelingFileRole = (
176
176
} ,
177
177
} ,
178
178
{
179
- label : 'Export current part ' ,
179
+ label : 'Export Current Part ' ,
180
180
id : 'File.Export current part' ,
181
181
click : ( ) => {
182
182
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -189,7 +189,7 @@ export const modelingFileRole = (
189
189
label : 'Preferences' ,
190
190
submenu : [
191
191
{
192
- label : 'Project settings ' ,
192
+ label : 'Project Settings ' ,
193
193
id : 'File.Preferences.Project settings' ,
194
194
click : ( ) => {
195
195
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -198,7 +198,7 @@ export const modelingFileRole = (
198
198
} ,
199
199
} ,
200
200
{
201
- label : 'User settings ' ,
201
+ label : 'User Settings ' ,
202
202
id : 'File.Preferences.User settings' ,
203
203
click : ( ) => {
204
204
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -216,7 +216,7 @@ export const modelingFileRole = (
216
216
} ,
217
217
} ,
218
218
{
219
- label : 'User default units ' ,
219
+ label : 'User Default Units ' ,
220
220
id : 'File.Preferences.User default units' ,
221
221
click : ( ) => {
222
222
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -234,7 +234,7 @@ export const modelingFileRole = (
234
234
} ,
235
235
} ,
236
236
{
237
- label : 'Theme color ' ,
237
+ label : 'Theme Color ' ,
238
238
id : 'File.Preferences.Theme color' ,
239
239
click : ( ) => {
240
240
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
@@ -247,7 +247,7 @@ export const modelingFileRole = (
247
247
{ type : 'separator' } ,
248
248
// Last in list
249
249
{
250
- label : 'Sign out ' ,
250
+ label : 'Sign Out ' ,
251
251
id : 'File.Sign out' ,
252
252
click : ( ) => {
253
253
typeSafeWebContentsSend ( mainWindow , 'menu-action-clicked' , {
0 commit comments