Capitalize menu items.

This commit is contained in:
Zhongyi Tong
2017-08-02 10:52:35 +08:00
parent 2c8cf2b959
commit d2fc5bd5e8

View File

@@ -175,7 +175,7 @@ const darwinTpl = [
label: `${app.getName()}`,
submenu: [
{
label: 'Zulip desktop',
label: 'Zulip Desktop',
click(item, focusedWindow) {
if (focusedWindow) {
sendAction('open-about');
@@ -195,7 +195,7 @@ const darwinTpl = [
}
},
{
label: 'Keyboard shortcuts',
label: 'Keyboard Shortcuts',
accelerator: 'Cmd+K',
click(item, focusedWindow) {
if (focusedWindow) {
@@ -316,7 +316,7 @@ const otherTpl = [
label: 'File',
submenu: [
{
label: 'Zulip desktop',
label: 'Zulip Desktop',
click(item, focusedWindow) {
if (focusedWindow) {
sendAction('open-about');
@@ -339,7 +339,7 @@ const otherTpl = [
type: 'separator'
},
{
label: 'Keyboard shortcuts',
label: 'Keyboard Shortcuts',
accelerator: 'Ctrl+K',
click(item, focusedWindow) {
if (focusedWindow) {